SimOutput
The SimOutput module provides utilities for output operations including diagnostics and performance analysis.
Diagnostics Setup
The diagnostics setup function configures default diagnostics for AMIP simulations, which uses ClimaDiagnostics.jl to save variables throughout the course of a simulation.
For more information about diagnostics in ClimaCoupler, including how to customize which variables to save, how often, and with which reductions, see the Diagnostics documentation.
Functions
Missing docstring for SimOutput.diagnostics_setup. Check Documenter's build log for details.
Benchmarking Analysis
The benchmark analysis functions help compare performance metrics (e.g. SYPD, or simulated years per day) between different simulation runs. This information is formatted into a table format using PrettyTables.jl, and is sent to Slack automatically each time the "benchmarks" buildkite pipeline is run.
Functions
Missing docstring for SimOutput.get_benchmark_args. Check Documenter's build log for details.
Missing docstring for SimOutput.get_run_info. Check Documenter's build log for details.
Missing docstring for SimOutput.append_table_data. Check Documenter's build log for details.