Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining sonde variables #107

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions synoptic/data_TEST/L1_metadata/L1_metadata_vars.csv
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,27 @@ ClimaVue50_24hr,TiltWE_deg_TMx,,?,?,x * 1,,,CHECK
ClimaVue50_24hr,TiltWE_deg_Min,,?,?,x * 1,,,CHECK
ClimaVue50_24hr,PAR_Den_C_Avg,wx_par_den24,?,?,x * 1,,,CHECK
ClimaVue50_24hr,PAR_Tot_C_Tot,wx_par_tot24,?,?,x * 1,,,CHECK
Sonde,,sonde_conductivity,?,?,x * 1,,,
Sonde,,sonde_fdom,?,?,x * 1,,,
Sonde,,sonde_salinity,?,?,x * 1,,,
Sonde,,sonde_spcond,?,?,x * 1,,,
Sonde,,sonde_ph,?,?,x * 1,,,
Sonde,,sonde_temp,?,?,x * 1,,,
Sonde,,sonde_depth,?,?,x * 1,,,
Sonde,,sonde_battery,?,?,x * 1,,,
Sonde,,sonde_cable,?,?,x * 1,,,
Sonde,,sonde_wiper,?,?,x * 1,,,
Sonde,Conductivity,sonde_conductivity,?,?,x * 1,,,CHECK
Sonde,FDOM_QSU,sonde_fdom,?,?,x * 1,,,CHECK
Sonde,FDOM_RFU,sonde_fdom_rfu,?,?,x * 1,,,CHECK
Sonde,NLF_conductivity,sonde_nlf_cond,?,?,x * 1,,,CHECK
Sonde,ODO_sat,sonde_odo_sat,?,?,x * 1,,,CHECK
Sonde,ODO_local,sonde_odo_local,?,?,x * 1,,,CHECK
Sonde,ODO_MgL,sonde_odo_mgl,?,?,x * 1,,,CHECK
Sonde,Pressure_psia,sonde_pressure,?,?,x * 1,,,CHECK
Sonde,Salinity_PPT,sonde_salinity,?,?,x * 1,,,CHECK
Sonde,Specific_Conductivity_uScm,sonde_spcond,?,?,x * 1,,,CHECK
Sonde,Wiper_Position_mv,sonde_wiperpos,?,?,x * 1,,,CHECK
Sonde,pH,sonde_ph,?,?,x * 1,,,CHECK
Sonde,pH_mv,sonde_ph_mv,?,?,x * 1,,,CHECK
Sonde,Temp_C,sonde_temp,?,?,x * 1,,,CHECK
Sonde,Depth_m,sonde_depth,?,?,x * 1,,,CHECK
Sonde,Battery_v,sonde_battery,?,?,x * 1,,,CHECK
Sonde,Cable_v,sonde_cable,?,?,x * 1,,,CHECK
Sonde,Wiper_Current_ma,sonde_wipercur,?,?,x * 1,,,CHECK
Sonde,TSS_MgL,sonde_tss,?,?,x * 1,,,CHECK
Sonde,ORP_mv,sonde_orp,?,?,x * 1,,,CHECK
Sonde,TDS_mg_L,sonde_tds,?,?,x * 1,,,CHECK
Sonde,Vertical_Position_m,sonde_vpos,?,?,x * 1,,,CHECK
Sonde,Turbidity_FNU,sonde_turbidity,?,?,x * 1,,,CHECK
Sonde,Turbidity_Raw,sonde_turb_raw,?,?,x * 1,,,CHECK
Loading