Skip to content

Best way to create custom soil profile/object #201

@koneshgit

Description

@koneshgit

What is the best way to create costume soil profile?

soil_custome = Soil(soil_type="custom", dz=lyrs_thickness)
for i, (thickness, soil_type) in enumerate(zip(lyrs_thickness, soil_seqs)):
        cumulative_thickness += thickness
        props = soil_properties[soil_type]
        
        soil_custome .add_layer(
            thickness=cumulative_thickness,
            thWP=props['th_wp'],
            thFC=props['th_fc'],
            thS=props['th_s'],
            Ksat=props['Ksat'],
            penetrability=100
        )

Should I do any other post-processing e,g changing soil object's cn or rew?

Is there any limitation on dz e.g. dz>= 0.1m?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions