Skip to content

Commit

Permalink
Merge pull request #646 from adokter/fix_single_pol_flag
Browse files Browse the repository at this point in the history
fix single_pol flag in calculate_vp()
  • Loading branch information
adokter authored Dec 22, 2023
2 parents a517579 + cd4a208 commit 1dd4aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/calculate_vp.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ calculate_vp <- function(file, vpfile = "", pvolfile_out = "",
config$minNyquist <- nyquist_min
config$dbzType <- dbz_quantity
config$dualPol <- dual_pol
config$singlePol <- single_pol
config$dealiasVrad <- dealias
if (!missing(sd_vvp_threshold)) config$stdDevMinBird <- sd_vvp_threshold
} else {
Expand Down

0 comments on commit 1dd4aa3

Please sign in to comment.