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
* Remove time-statistics transforms, FrequencyAspect, and related tests from generic3g
Removes the accumulator-based transform infrastructure (AccumulatorTransform,
MeanTransform, MaxTransform, MinTransform) and the FrequencyAspect from
generic3g, along with all associated tests and CMakeLists entries.
The replacement mechanism is StatisticsGridComp, which now includes
TimeAccumulate.F90 for time-based field accumulation. Users should
compose accumulation behavior via StatisticsGridComp rather than
the removed transform pipeline.
Verified: all 6 MAPL.generic3g.* tests pass with ifx/2025.3 + intelmpi/2021.17.
* Remove timeStep/offset from VariableSpec and all call sites
These fields/params were dead weight left over from the FrequencyAspect
removal. They were accepted by make_VariableSpec, parse_var_specs,
parse_component_spec, and make_StateItemSpec/make_aspects but never
used to insert any aspect. Remove them entirely from VariableSpec type
fields, constructor, parser interfaces, and all call sites in
OuterMetaComponent, History3G, and StatisticsGridComp.
66/66 tests pass (ifx).
0 commit comments