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

Slab effective ages (WIP) #1

Merged
merged 87 commits into from
Feb 23, 2024

Conversation

lhy11009
Copy link

@lhy11009 lhy11009 commented Feb 22, 2024

@danieldouglas92 @MFraters
In this PR, I separate Daniel's implementation of the time shifts into a function to be tested with unit tests:

std::vector<double> calculate_effective_trench_and_plate_ages(std::vector<double> ridge_parameters, double distance_along_plane)

I checked all tests currently passed and I'd like to chat with both you and Menno to figure out how we could have some unit tests for this function and the function calculate_ridge_distance_and_spreading

Other than the tests, this makes the implementation of the mass-conserving temperature cleaner by calling this function

ljhwang and others added 30 commits February 16, 2024 09:18
Edits for clarity.  

Please feel free to edit.
Editing for clarity.

Added a sentence on using VS Code.

Please feel free to edit.
- put area/line/point features on a single page (pages were very short)
- include a list of all current features
@tjhei 

Please check to see if this resolves your previous comments.
gwb-grid now has two new options:

--filtered: This produces an additional <myfile>.filtered.vtu that
removes background cells and cells tagged as "mantle layer"

--by-tag: This additionally produces a sequence of files called
<myfile>.N.vtu where N is an integer id of a "tag". Each file only
contains the cells containing features with this tag.
Extensive editing for clarity. Hopefully, I have gotten this right. Read carefully for introduced typos.

Please feel free to edit.
Edits for clarity.

Please feel free to edit.
Update constant_angle_in_spherical_domain_issue.md
Fixes inconsistencies in the depths between the json and the text.   

Additional edits to improve clarity (at least for me!)

Please feel free to edit.
…d_tests_for_variable_spreading

Add tests for variable spreading
MFraters and others added 27 commits February 16, 2024 23:06
…limit-resolution

Gwb grid limit resolution
…_fault_tolerance

Loosen tolerance on Bezier curve Newton solver
…move_unnecessary_code

Reduce unnecessary code and fix a typo
…elog_for_gwb_grid_limit_resolution

Add changlog entry for gwb-grid limit resolution.
…ction

add description of the plume feature
max_values_in_array should be an integer not a double.

Also update schema files.
…_seed_MPI_Rank

Add rank to local random number seed.
…_declarations_and_docs

update declarations files for plume feature.
@danieldouglas92
Copy link
Owner

danieldouglas92 commented Feb 23, 2024

Something seems to have happened and this picked up 87 commits from other people?? A similar thing happened to me at the hackathon and it was super annoying and I'm not sure if this is a remnant from that or not

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.

8 participants