MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
235 stars 312 forks source link

Add `streamInfo` argument to `setup_packages` and `get_mesh_stream` interfaces for all cores #1133

Closed mgduda closed 7 months ago

mgduda commented 8 months ago

This PR adds the domain % streamInfo instance of an MPAS_streamInfo_type type as an argument to the setup_packages and get_mesh_stream core interface routines for all cores. Before the calls to these two core interface routines in mpas_init, the streamInfo instance has been initialized with the core's streams XML file, enabling cores to make decisions based on the streams XML file regarding packages and the stream to provide the mesh information for a core.

mgduda commented 8 months ago

The changes in this PR depend on PR #1132.