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
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
One issue I'm seeing when trying to refactor the atmos BCs is that we construct the BCs before an AtmosModel is constructed. This results in awkward initialization because all of the physics components need to be synchronized on initialization. If we decompose our AtmosModel into
AtmosModel
AtmosPDEs
AtmosBCs
Then we could compose the AtmosBCs easily from AtmosPDEs (which is currently the atmos model).
Description
One issue I'm seeing when trying to refactor the atmos BCs is that we construct the BCs before an AtmosModel is constructed. This results in awkward initialization because all of the physics components need to be synchronized on initialization. If we decompose our
AtmosModel
intoAtmosModel
AtmosPDEs
AtmosBCs
Then we could compose the
AtmosBCs
easily fromAtmosPDEs
(which is currently the atmos model).Thoughts? cc @kpamnany @simonbyrne
The text was updated successfully, but these errors were encountered: