You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We define our own
ClimaAtmosSimulation
type, which creates aClimaAtmos.ClimaAtmosSimulation
, then takes some information from it and repackages it as a ClimaCouplerClimaAtmosSimulation
. We do it like this so that we can typeClimaAtmosSimulation <: Interfacer.AtmosModelSimulation
to use dispatch throughout the coupler (e.g. in calculating surface fluxes). It would be nice to just create theClimaAtmos.ClimaAtmosSimulation
and use that, if we can figure out a way around the dispatch issue.The text was updated successfully, but these errors were encountered: