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

move SurfaceStub to its own file #718

Merged
merged 1 commit into from
Apr 5, 2024
Merged

move SurfaceStub to its own file #718

merged 1 commit into from
Apr 5, 2024

Conversation

juliasloan25
Copy link
Member

Purpose

closes #669

To-do

  • move SurfaceStub struct and functions from src/Interfacer to src/surface_stub.jl
  • move additional SurfaceStub functions from src/FieldExchanger and src/FluxCalculator to src/surface_stub.jl
  • update docs

Questions

  • Maybe we want to create a folder src/Interfacer/ that contains surface_stub.jl and Interfacer.jl. On one hand, this might be nicer to organize src/ and make it clear which module surface_stub.jl belongs to. On the other hand, it could be nice to maintain the flat structure we currently have in src/.

  • I have read and checked the items on the review checklist.

@juliasloan25 juliasloan25 force-pushed the js/stub branch 6 times, most recently from 9162bcf to 10e9be4 Compare April 3, 2024 18:01
@juliasloan25 juliasloan25 requested a review from LenkaNovak April 3, 2024 18:20
Copy link
Collaborator

@LenkaNovak LenkaNovak left a comment

Choose a reason for hiding this comment

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

LGTM, thank you, @juliasloan25 ! 🚀

experiments/AMIP/coupler_driver.jl Show resolved Hide resolved
@juliasloan25 juliasloan25 disabled auto-merge April 3, 2024 22:22
@juliasloan25 juliasloan25 force-pushed the js/stub branch 2 times, most recently from e19373d to b610010 Compare April 4, 2024 00:02
@juliasloan25 juliasloan25 enabled auto-merge April 4, 2024 23:38
@juliasloan25 juliasloan25 merged commit 1a00ea9 into main Apr 5, 2024
7 checks passed
@juliasloan25 juliasloan25 deleted the js/stub branch April 5, 2024 08:08
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.

move SurfaceStub to its own file
2 participants