{
    "title": "OpenQuake disaggregation test",
    "description": "hazard disagg test",
    "compatible_calc_id": "NZSHM22",
    "nshm_model_version": "NSHM_v1.0.4",
    "srm_logic_tree": "srm_paleo_4sweep_TEST.json",
    "vs30": 400,
    "locations": ["WLG", "AKL"],

    "hazard_model_id": "NSHM_v1.0.4",
    "agg": "mean",
    "imt": "PGA",
    
    "investigation_time": 50,
    "poe": 0.1,

    "disagg_types": ["TRT", "Mag", "Dist", "Mag_Dist", "TRT_Mag_Dist_Eps"],
    "mag_bin_width": 0.1999,
    "distance_bin_width": null,
    "coordinate_bin_width": 5,
    "num_epsilon_bins": 16,
    "disagg_bin_edges": {"dist": [0, 5, 10, 15, 20, 30, 40, 50, 60, 80, 100, 140, 180, 220, 260, 320, 380, 500]}
}