Skip to content

Conversation

@aelligp
Copy link
Member

@aelligp aelligp commented Nov 11, 2024

adds a function add_fault!() that adds a straight fault from Start to End coordinates with a thickness of e.g. 5 and a Dip angle -10:

add_fault!(Phase, Temp, Grid;
        Start=(20,100), End=(10,80),
        Fault_thickness=5.0,
        Depth_extent=(-25.0, 0.0),
        DipAngle=-10.0,
        phase=ConstantPhase(1)
        )

Also in this PR: fix add_volcano

@aelligp aelligp changed the title `dd_fault! New function: add_fault!() in 3D Nov 11, 2024
Copy link
Member

@albert-de-montserrat albert-de-montserrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, cool PR!

@aelligp
Copy link
Member Author

aelligp commented Nov 11, 2024

@boriskaus the workflow for the joss paper draft has been removed

@aelligp aelligp dismissed albert-de-montserrat’s stale review November 11, 2024 16:37

Changes have been addressed

@aelligp aelligp merged commit 2009599 into main Nov 11, 2024
37 checks passed
@aelligp aelligp deleted the pa-volcano branch November 11, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants