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

remove distributed TempestRemap tests #1515

Merged
merged 1 commit into from
Oct 23, 2023
Merged

remove distributed TempestRemap tests #1515

merged 1 commit into from
Oct 23, 2023

Conversation

simonbyrne
Copy link
Member

@simonbyrne simonbyrne commented Oct 23, 2023

This isn't how we should do distributed remapping, so i'll just disable them.

Avoids #1513.

  • Code follows the style guidelines OR N/A.
  • Unit tests are included OR N/A.
  • Code is exercised in an integration test OR N/A.
  • Documentation has been added/updated OR N/A.

@charleskawczynski
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 23, 2023
1504: Add and test function-based indefinite integrals r=charleskawczynski a=charleskawczynski

This PR adds an indefinite integral implementation that uses a function-based input argument. Concretely, given `ϕ(z)`, this interface allows us to solve for `∂ϕ/∂z = f(ϕ,z)`. The existing field-based implementation cannot be used in this situation, because `f` is a function of `ϕ`, which is what we're computing. So, this implementation uses RootSolvers to find `ϕ` at the next level in order to provide a somewhat generic interface.

Unfortunately, one limitation of this is that `ϕ` must be a scalar field, and it cannot be, e.g., a `NamedTuple`. We could try to lift this assumption, but that would require adjustments to RootSolvers.

Closes #1492.

1515: remove distributed TempestRemap tests r=charleskawczynski a=simonbyrne

This isn't how we should do distributed remapping, so i'll just disable them.

Avoids #1513.

- [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [x] Unit tests are included OR N/A.
- [x] Code is exercised in an integration test OR N/A.
- [x] Documentation has been added/updated OR N/A.


Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
@bors
Copy link
Contributor

bors bot commented Oct 23, 2023

Build failed (retrying...):

@bors
Copy link
Contributor

bors bot commented Oct 23, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 252059b into main Oct 23, 2023
5 checks passed
@bors bors bot deleted the sb/rm-distributed-remap branch October 23, 2023 20:29
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.

2 participants