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

use ClimaAtmos.ClimaAtmosSimulation directly #1194

Open
juliasloan25 opened this issue Feb 14, 2025 · 0 comments
Open

use ClimaAtmos.ClimaAtmosSimulation directly #1194

juliasloan25 opened this issue Feb 14, 2025 · 0 comments

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Feb 14, 2025

We define our own ClimaAtmosSimulation type, which creates a ClimaAtmos.ClimaAtmosSimulation, then takes some information from it and repackages it as a ClimaCoupler ClimaAtmosSimulation. We do it like this so that we can type ClimaAtmosSimulation <: Interfacer.AtmosModelSimulation to use dispatch throughout the coupler (e.g. in calculating surface fluxes). It would be nice to just create the ClimaAtmos.ClimaAtmosSimulation and use that, if we can figure out a way around the dispatch issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant