Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8787 from N-thony/bug_fix_impor…
Browse files Browse the repository at this point in the history
…ting

Bug fix in stand alone function file
  • Loading branch information
dannyparsons authored Feb 2, 2024
2 parents b2cff19 + 2a5df23 commit e76ec70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instat/static/InstatObject/R/stand_alone_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3029,6 +3029,7 @@ WB_evaporation <- function(water_balance, frac, capacity, evaporation_value, rai
}
}
return(evaporation)
}

write_weather_data <- function(year, month, day, rain, mn_tmp, mx_tmp, missing_code, output_file) {
# Create a data frame with the provided inputs
Expand Down

0 comments on commit e76ec70

Please sign in to comment.