cl.OA1ctd_startDatetime = startdate cl.OA1ctd_endDatetime = enddate # Mooring OA1 MET cl.OA1met_base = cl.dodsBase + cl.oaDir cl.OA1met_files = ['OA1_met_2013.nc'] cl.OA1met_parms = [ 'Wind_direction', 'Wind_speed', 'Air_temperature', 'Barometric_pressure' ] cl.OA1met_startDatetime = startdate cl.OA1met_endDatetime = enddate # Mooring OA1 PH cl.OA1pH_base = cl.dodsBase + cl.oaDir cl.OA1pH_files = ['OA1_pH_2013.nc'] cl.OA1pH_parms = ['pH'] cl.OA1pH_startDatetime = startdate cl.OA1pH_endDatetime = enddate # Mooring OA1 PCO2 cl.OA1pco2_base = cl.dodsBase + cl.oaDir cl.OA1pco2_files = ['OA1_pco2_2013.nc'] cl.OA1pco2_parms = ['pCO2'] cl.OA1pco2_startDatetime = startdate cl.OA1pco2_endDatetime = enddate # Mooring OA1 O2 cl.OA1o2_base = cl.dodsBase + cl.oaDir cl.OA1o2_files = ['OA1_o2_2013.nc'] cl.OA1o2_parms = ['oxygen', 'oxygen_saturation'] cl.OA1o2_startDatetime = startdate cl.OA1o2_endDatetime = enddate # Mooring OA1 Fluorescence cl.OA1fl_base = cl.dodsBase + cl.oaDir cl.OA1fl_files = ['OA1_fl_2013.nc']
cl.OA1ctd_files = ['OA1_ctd_2013.nc'] cl.OA1ctd_parms = ['TEMP', 'PSAL', 'conductivity' ] cl.OA1ctd_startDatetime = datetime.datetime(*startdate[:]) cl.OA1ctd_endDatetime = datetime.datetime(*enddate[:]) # Mooring OA1 MET cl.OA1met_base = cl.dodsBase + cl.oaDir cl.OA1met_files = ['OA1_met_2013.nc'] cl.OA1met_parms = ['Wind_direction','Wind_speed','Air_temperature','Barometric_pressure'] cl.OA1met_startDatetime = datetime.datetime(*startdate[:]) cl.OA1met_endDatetime = datetime.datetime(*enddate[:]) # Mooring OA1 PH cl.OA1pH_base = cl.dodsBase + cl.oaDir cl.OA1pH_files = ['OA1_pH_2013.nc'] cl.OA1pH_parms = ['pH' ] cl.OA1pH_startDatetime = datetime.datetime(*startdate[:]) cl.OA1pH_endDatetime = datetime.datetime(*enddate[:]) # Mooring OA1 PCO2 cl.OA1pco2_base = cl.dodsBase + cl.oaDir cl.OA1pco2_files = ['OA1_pco2_2013.nc'] cl.OA1pco2_parms = ['pCO2' ] cl.OA1pco2_startDatetime = datetime.datetime(*startdate[:]) cl.OA1pco2_endDatetime = datetime.datetime(*enddate[:]) # Mooring OA1 O2 cl.OA1o2_base = cl.dodsBase + cl.oaDir cl.OA1o2_files = ['OA1_o2_2013.nc'] cl.OA1o2_parms = ['oxygen', 'oxygen_saturation' ] cl.OA1o2_startDatetime = datetime.datetime(*startdate[:]) cl.OA1o2_endDatetime = datetime.datetime(*enddate[:]) # Mooring OA1 Fluorescence cl.OA1fl_base = cl.dodsBase + cl.oaDir cl.OA1fl_files = ['OA1_fl_2013.nc']
cl.OA1ctd_files = ['OA1_ctd_2013.nc'] cl.OA1ctd_parms = ['TEMP', 'PSAL', 'conductivity' ] cl.OA1ctd_startDatetime = startdate cl.OA1ctd_endDatetime = enddate # Mooring OA1 MET cl.OA1met_base = cl.dodsBase + cl.oaDir cl.OA1met_files = ['OA1_met_2013.nc'] cl.OA1met_parms = ['Wind_direction','Wind_speed','Air_temperature','Barometric_pressure'] cl.OA1met_startDatetime = startdate cl.OA1met_endDatetime = enddate # Mooring OA1 PH cl.OA1pH_base = cl.dodsBase + cl.oaDir cl.OA1pH_files = ['OA1_pH_2013.nc'] cl.OA1pH_parms = ['pH' ] cl.OA1pH_startDatetime = startdate cl.OA1pH_endDatetime = enddate # Mooring OA1 PCO2 cl.OA1pco2_base = cl.dodsBase + cl.oaDir cl.OA1pco2_files = ['OA1_pco2_2013.nc'] cl.OA1pco2_parms = ['pCO2' ] cl.OA1pco2_startDatetime = startdate cl.OA1pco2_endDatetime = enddate # Mooring OA1 O2 cl.OA1o2_base = cl.dodsBase + cl.oaDir cl.OA1o2_files = ['OA1_o2_2013.nc'] cl.OA1o2_parms = ['oxygen', 'oxygen_saturation' ] cl.OA1o2_startDatetime = startdate cl.OA1o2_endDatetime = enddate # Mooring OA1 Fluorescence cl.OA1fl_base = cl.dodsBase + cl.oaDir cl.OA1fl_files = ['OA1_fl_2013.nc']