crunchflow.output ================= .. py:module:: crunchflow.output .. autoapi-nested-parse:: The `crunchflow.output` subpackage provides tools for loading, parsing, and analyzing output files generated by CrunchFlow and CrunchTope simulations. It includes specialized classes for handling: - Spatial profiles of variables at different output times, with support for 2D/3D gridded visualization (`SpatialProfile`) - Time series data extracted at specific cells in the model domain (`TimeSeries`) - Main output files containing speciation data for each geochemical condition (`MainOutputFile`, `Speciation`) These modules enable users to extract numerical results, plot chemical concentrations and spatial gradients, and integrate CrunchFlow output into custom Python workflows for postprocessing, visualization, and model diagnostics. .. !! processed by numpydoc !! Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/crunchflow/output/main_output/index /autoapi/crunchflow/output/spatial/index /autoapi/crunchflow/output/speciation/index /autoapi/crunchflow/output/timeseries/index Classes ------- .. toctree:: :hidden: /autoapi/crunchflow/output/MainOutputFile /autoapi/crunchflow/output/SpeciationBlockCollection /autoapi/crunchflow/output/SpatialProfile /autoapi/crunchflow/output/Speciation /autoapi/crunchflow/output/TimeSeries .. autoapisummary:: crunchflow.output.MainOutputFile crunchflow.output.SpeciationBlockCollection crunchflow.output.SpatialProfile crunchflow.output.Speciation crunchflow.output.TimeSeries