Skip to content

Commit

Permalink
fixing O2 units issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Oct 3, 2024
1 parent f7ae19b commit 0f9ca6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/glm_aed_flare_v3/combined_run_aed.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ while(noaa_ready & inflow_ready){
variable = ifelse(variable == "Temp_C_mean", "Temp_C_mean_all_depth", variable),
variable = ifelse(variable == "temp_mean", "Temp_C_mean", variable),
depth_m = ifelse(variable == "Temp_C_mean", 1.6, depth_m),
prediction = ifelse(variable == "DO_mgL_mean", prediction/1000*(32),prediction),
prediction = ifelse(variable == "fDOM_QSU_mean", (151.3407 + prediction)/29.62654,prediction),
prediction = ifelse(variable == "NIT_amm", prediction/1000/0.001/(1/18.04),prediction),
variable = ifelse(variable == "NIT_amm", "NH4_ugL_sample", variable),
Expand Down

0 comments on commit 0f9ca6e

Please sign in to comment.