Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topoflow variables mismatch #27

Open
dgarijo opened this issue Nov 2, 2019 · 0 comments
Open

Topoflow variables mismatch #27

dgarijo opened this issue Nov 2, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dgarijo
Copy link
Contributor

dgarijo commented Nov 2, 2019

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]

@dgarijo dgarijo added the enhancement New feature or request label Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant