Skip to content

Commit

Permalink
ENH: KCG Set up
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Feb 29, 2024
1 parent d41cb3f commit 3299df2
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
47 changes: 47 additions & 0 deletions conf/kcg_conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# dsname: Datastream name to pull data from
# dsname2: Secondary datastream(s) to include and merge
# t_delta: Script will resample data to 1 min. If gaps are longer set this appropriately
# workers: Set to 1 in the case of radar data so it doesn't crash the system
conf = {
'site': 'kcg',
'facility': 'M1',
'start_date': '2023-02-15',
'end_date': '2024-02-14',
'outname': '/home/theisen/Code/AFC_Summary/images/kcg/kcg_data_avail.pdf', #options are png, pdf, etc
'chart_style': 'linear',
'info_style': 'simple',
'data_path': '/data/archive',
'dqr_table': True,
'doi_table': True, #this will remove the DOI from besides the plots
'instruments':{
'aps': {'dsname': 'aosapsS3.a1'},
'sp2': {'dsname': 'aossp2bc60sS3.b1'},
'uhsas': {'dsname': 'aosuhsaS3.b1'},
'aosmet': {'dsname': 'aosmetS2.a1'},
'aeri': {'dsname': 'aerisummaryM1.b1'},
'ceil': {'dsname': 'ceilM1.b1'},
'dl': {'dsname': 'dlfptM1.b1', 't_delta': 60},
'ecor': {'dsname': '30ecorM1.b1', 't_delta': 30},
'gndrad': {'dsname': 'gndrad60sM1.b1'},
'irt': {'dsname': 'irtsstM1.b1'},
'ldis': {'dsname': 'ldM1.b1'},
'maws': {'dsname': 'mawsM1.b1'},
'met': {'dsname': 'metM1.b1'},
'mfr': {'dsname': 'mfr7nch10mM1.b1'},
'mfrsr': {'dsname': 'mfrsr7nchM1.b1'},
'mpl': {'dsname': 'mplpolfsM1.b1'},
'mwr': {'dsname': 'mwrlosM1.b1'},
'mwr3c': {'dsname': 'mwr3cM1.b1'},
'mwrhf': {'dsname': 'mwrhfM1.b1'},
'nfov': {'dsname': 'nfov2chM1.b1'},
'rwp': {'dsname': '1290bsrwpwindavgM1.b1', 't_delta': 60},
'sashe': {'dsname': 'sashemfrM1.b1'},
'sasze': {'dsname': 'saszefilterbandsM1.a1'},
'sebs': {'dsname': 'sebsM1.b1', 't_delta': 30},
'skyrad': {'dsname': 'skyrad60sM1.b1'},
'sonde': {'dsname': 'sondewnpnM1.b1', 't_delta': 1440./2},
'tsi': {'dsname': 'tsiskycoverM1.b1'},
'vdis': {'dsname': 'vdisM1.b1'},
'wb': {'dsname': 'wbpluvio2M1.a1'},
}
}
34 changes: 34 additions & 0 deletions conf/old_campaigns/epc_aos.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# dsname: Datastream name to pull data from
# dsname2: Secondary datastream(s) to include and merge
# t_delta: Script will resample data to 1 min. If gaps are longer set this appropriately
# workers: Set to 1 in the case of radar data so it doesn't crash the system
conf = {
'site': 'epc',
'facility': 'M1',
'start_date': '2023-02-15',
'end_date': '2024-02-14',
'outname': '/home/theisen/Code/AFC_Summary/images/epc/epc_aos_data_avail.pdf', #options are png, pdf, etc
'chart_style': 'linear',
'info_style': 'simple',
'data_path': '/data/archive',
'dqr_table': True,
'doi_table': True, #this will remove the DOI from besides the plots
'instruments':{
'acsm': {'dsname': 'aosacsmM1.b1', 't_delta': 30},
'aeth': {'dsname': 'aosaeth2spotM1.a1'},
'aosmet': {'dsname': 'aosmetM1.a1'},
'ccn': {'dsname': 'aosccn2colaM1.b1'},
'co-analyzer': {'dsname': 'aoscoM1.b1'},
'cpc': {'dsname': 'aoscpcf1mM1.b1'},
'cpc': {'dsname': 'aoscpcu1mM1.b1'},
'htdma': {'dsname': 'aoshtdmaM1.a1', 't_delta': 11},
'nephelometer': {'dsname': 'aosnephdry1mM1.b1'},
'nephelometer': {'dsname': 'aosnephwet1mM1.b1'},
'ozone': {'dsname': 'aoso3M1.b1'},
'psap': {'dsname': 'aospsap3w1mM1.b1'},
'smps': {'dsname': 'aossmpsM1.b1', 't_delta': 30},
'so2': {'dsname': 'aosso2M1.b1'},
'sp2': {'dsname': 'aossp2bc60sM1.b1'},
'uhsas': {'dsname': 'aosuhsasM1.b1'},
}
}
File renamed without changes.
Binary file added images/kcg/kcg_data_avail.pdf
Binary file not shown.

0 comments on commit 3299df2

Please sign in to comment.