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

New function: add_fault!() in 3D #149

Merged
merged 8 commits into from
Nov 11, 2024
Merged

New function: add_fault!() in 3D #149

merged 8 commits into from
Nov 11, 2024

Conversation

aelligp
Copy link
Collaborator

@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
Collaborator 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.

3 participants