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
MAPL3 generic: remove vector_component_names from specs and parser (#4956)
* MAPL3 generic: remove vector_component_names from specs and parser
Drop support for vector_component_names in YAML parsing and VariableSpec/VectorClassAspect construction, and update vector test inputs accordingly.
Also simplify vector component alias generation in RestartHandler.
* MAPL_Generic: stub out vector_component_names argument in gridcomp_add_spec
Add vector_component_names as an accepted but unused optional argument to gridcomp_add_spec to preserve API compatibility while the implementation is handled elsewhere in the vector spec pathway.
* RestartHandler: trim whitespace from integer-formatted vector bundle alias names
0 commit comments