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 unused ref state properties #376

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Remove unused ref state properties #376

merged 1 commit into from
Oct 12, 2021

Conversation

charleskawczynski
Copy link
Member

No description provided.

@charleskawczynski
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Oct 12, 2021
376: Remove unused ref state properties r=charleskawczynski a=charleskawczynski



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

bors bot commented Oct 12, 2021

Build failed:

@charleskawczynski
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Oct 12, 2021
375: Prepping for injecting the use of ClimaCore fields r=charleskawczynski a=charleskawczynski

This PR
 - Changes `self` ->`surf`/`sim` where appropriate
 - Renames `state` -> `prog`
 - Introduces `State` struct:
```julia
struct State{P, A, T, D}
    prog::P
    aux::A
    tendencies::T
    diagnostics::D
end
```
 - Adds `grid` and `state` to the argument list for several methods
 - Updates dycore API accordingly


Sorry if this is disruptive! 😬

376: Remove unused ref state properties r=charleskawczynski a=charleskawczynski



377: Temporarily remove windows 1.6 CI r=charleskawczynski a=charleskawczynski

I'm seeing some strange failures in #375 and #376. This PR temporarily removes windows 1.6 CI.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@charleskawczynski
Copy link
Member Author

bors r-

bors bot added a commit that referenced this pull request Oct 12, 2021
377: Temporarily remove windows 1.6 CI r=charleskawczynski a=charleskawczynski

I'm seeing some strange failures in #375 and #376. This PR temporarily removes windows 1.6 CI.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@charleskawczynski
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 12, 2021

@bors bors bot merged commit df062f4 into main Oct 12, 2021
@bors bors bot deleted the ck/refactor3 branch October 12, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant