Skip to content

Commit

Permalink
ENH: Updates for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Nov 27, 2024
1 parent bf6dbfb commit f417bf1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion afc_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/bnf_S30.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
4 changes: 2 additions & 2 deletions conf/bnf_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand All @@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion conf/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
}
Binary file modified images/test.pdf
Binary file not shown.

0 comments on commit f417bf1

Please sign in to comment.