You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The soil hydraulic variables we've been generating using my "pedotransfer.py"
code are listed here (with units in brackets; 1 = unitless):
soil_water__brooks-corey_eta_parameter, # eta [1]
soil_water__brooks-corey_lambda_parameter, # lam [1]
soil_water__brooks-corey-smith_c_parameter, # c [1]
soil_water__bubbling_pressure_head, # psi_B (or pB in code) [m]
soil_water__green-ampt_capillary_length, # G [m]
soil_water__hydraulic_conductivity, # K [m s-1]
soil_water__initial_hydraulic_conductivity, # K_i (or Ki in code) [m s-1]
soil_water__initial_volume_fraction, # theta_i (or qi in code) [1]
soil_water__pressure_head, # psi [m]
soil_water__residual_volume_fraction, # theta_r (or qr in code) [1]
soil_water__saturated_hydraulic_conductivity, # K_s (or Ks in code) [m s-1]
soil_water__saturated_volume_fraction, # theta_s (or qs in code) [1]
soil_water__van-genuchten_alpha_parameter # alpha [1/m]
soil_water__van-genuchten_n_parameter # n [1]
soil_water__van-genuchten_l_parameter # l (lower case "L") [1]
The text was updated successfully, but these errors were encountered:
Scott sent these variables, but they are different from the ones we have. We have to match them:
for the ISRIC soil data and GPM rainfall are just these (with the units used by ISRIC indicated in brackets):
atmosphere_water__rainfall_volume_flux, [mm hr-1]
soil__bulk_density, [kg m-3] ## (need to confirm SVO name)
soil_clay__mass_fraction, [%, 100 * kg/kg]
soil_sand__mass_fraction, [%, 100 * kg/kg]
soil_silt__mass_fraction, [%, 100 * kg/kg]
soil_matter~organic__mass_fraction, [g / kg]
The soil hydraulic variables we've been generating using my "pedotransfer.py"
code are listed here (with units in brackets; 1 = unitless):
soil_water__brooks-corey_eta_parameter, # eta [1]
soil_water__brooks-corey_lambda_parameter, # lam [1]
soil_water__brooks-corey-smith_c_parameter, # c [1]
soil_water__bubbling_pressure_head, # psi_B (or pB in code) [m]
soil_water__green-ampt_capillary_length, # G [m]
soil_water__hydraulic_conductivity, # K [m s-1]
soil_water__initial_hydraulic_conductivity, # K_i (or Ki in code) [m s-1]
soil_water__initial_volume_fraction, # theta_i (or qi in code) [1]
soil_water__pressure_head, # psi [m]
soil_water__residual_volume_fraction, # theta_r (or qr in code) [1]
soil_water__saturated_hydraulic_conductivity, # K_s (or Ks in code) [m s-1]
soil_water__saturated_volume_fraction, # theta_s (or qs in code) [1]
soil_water__van-genuchten_alpha_parameter # alpha [1/m]
soil_water__van-genuchten_n_parameter # n [1]
soil_water__van-genuchten_l_parameter # l (lower case "L") [1]
The text was updated successfully, but these errors were encountered: