Projection, solution and diagnostic settings

These optional sections control model-wide projection inputs, numerical solution settings and diagnostic detail.

Preserve maintained projection inputs

Generated baseline inputs are normally replaced when model data is updated. Set a preservation flag only when the named file is maintained deliberately:

projections:
  preserve_labor_augmenting_technical_change_file: true
  preserve_baseline_exogenous_projections_file: true

Adjust stable-manifold settings

solution:
  stable_manifold:
    tolerance: 1.0e-7
    maximum_iterations: 1500
  unit_root_tolerance: 1.001
  enforce_aggregate_consistency: true

Use a decimal point in scientific notation. 1e-7 may be read as text; 1.0e-7 is a number.

Request detailed diagnostics

diagnostics:
  detailed: true

Omitted booleans use their documented defaults. Do not quote true or false.

Baseline tuning


This site uses Just the Docs, a documentation theme for Jekyll.