Skip to content

Commit

Permalink
changing soils input so we have a deep layer (will be changed when we…
Browse files Browse the repository at this point in the history
… have the gridded soils anyway?)
  • Loading branch information
aestears committed Mar 6, 2024
1 parent 4678895 commit 84ccc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/setSoilwatParamaters.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ setSW <- function(sw_in, Lat, Long, calc_SiteClimate) {
## Soils --------------------------------------------------------------------
#AES another place to update... soils are hard-coded now, but should be getting info at the grid level
soils_fixed <- data.frame(
depth =c(5, 10, 20, 50),
depth =c(5, 15, 30, 70), # AES updated se we have a deep layer...
bulkd = 1.3,
gravel = 0.1,
evco = NA,
Expand Down

0 comments on commit 84ccc26

Please sign in to comment.