Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Jan 15, 2024
1 parent 4c13be7 commit 91a61dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cal_Ts.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ cal_wetbulb <- function(Tair, Tdew, Pa = atm) {
#' @export
#' @rdname cal_wetbulb
cal_Tw <- function(ea, Tair, Pa = atm) {
Tdew = ea2T(ea)
Tdew = es2T(ea)
cal_wetbulb(Tair, Tdew, Pa)
}

0 comments on commit 91a61dc

Please sign in to comment.