Skip to content

Commit

Permalink
Add remaining sonde variables (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Jan 19, 2024
1 parent 28e9f91 commit 3185b49
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 116 deletions.
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

0 comments on commit 3185b49

Please sign in to comment.