diff --git a/afc_summary.py b/afc_summary.py index 7c982de..a61cd84 100644 --- a/afc_summary.py +++ b/afc_summary.py @@ -131,7 +131,6 @@ def get_da(site, dsname, dsname2, data_path, t_delta, d, dqr, c_start, c_end): files = glob.glob('/'.join([data_path, site, ds, ds + '*' + d + '*cdf'])) files = sorted(files) - print(files) # Set time delta to 1 minute if not specified if t_delta is None: t_delta = 1 diff --git a/conf/bnf_S30.py b/conf/bnf_S30.py index 618c8df..312883c 100644 --- a/conf/bnf_S30.py +++ b/conf/bnf_S30.py @@ -19,7 +19,7 @@ 'irt': {'dsname': 'irtS30.b1'}, 'met': {'dsname': 'metS30.b1'}, 'mfrsr': {'dsname': 'mfrsr7nchS30.b1'}, - 'rwp': {'dsname': '915rwpprecipavghiresS30.a1'}, + 'rwp': {'dsname': '915rwpprecipavghiresS30.a1', 't_delta': 10}, 'sebs': {'dsname': 'sebsS30.b1', 't_delta': 30}, 'skyrad': {'dsname': 'skyrad60sS30.b1'}, 'stamp': {'dsname': 'stampS30.b1', 't_delta': 30}, diff --git a/conf/bnf_conf.py b/conf/bnf_conf.py index b9f51df..d9e61ed 100644 --- a/conf/bnf_conf.py +++ b/conf/bnf_conf.py @@ -30,7 +30,7 @@ 'so2': {'dsname': 'aosso2M1.b1'}, 'uhsas': {'dsname': 'aosuhsasM1.b1'}, 'aeri': {'dsname': 'aerisummaryM1.b1'}, - 'asi': {'dsname': 'asiskycoverM1.b1'}, + '#asi': {'dsname': 'asiskycoverM1.b1'}, 'ceil': {'dsname': 'ceilM1.b1'}, 'dl': {'dsname': 'dlfptM1.b1', 't_delta': 60}, 'gndrad': {'dsname': 'gndrad60sM1.b1'}, @@ -43,7 +43,7 @@ 'mpl': {'dsname': 'mplpolfsM1.b1'}, 'mwr3c': {'dsname': 'mwr3cM1.b1'}, 'rl': {'dsname': 'rlM1.a0'}, - 'rwp': {'dsname': '915rwpprecipavghiresM1.a1'}, + 'rwp': {'dsname': '915rwpprecipavghiresM1.a1', 't_delta': 10}, 'skyrad': {'dsname': 'skyrad60sM1.b1'}, 'sonde': {'dsname': 'sondewnpnM1.b1', 't_delta': 1440./3}, 'vdis': {'dsname': 'vdisM1.b1'}, diff --git a/conf/test_conf.py b/conf/test_conf.py index 61a4650..b40b535 100644 --- a/conf/test_conf.py +++ b/conf/test_conf.py @@ -14,6 +14,6 @@ 'dqr_table': True, 'doi_table': True, #this will remove the DOI from besides the plots 'instruments':{ - 'acsm': {'dsname': 'aosacsmtofspecM1.a1', 't_delta': 10}, + 'rwp': {'dsname': '915rwpprecipavghiresM1.a1', 't_delta': 10}, } } diff --git a/images/test.pdf b/images/test.pdf index 13c475c..d71b0ed 100644 Binary files a/images/test.pdf and b/images/test.pdf differ