12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "defaults": {
- "output_comparison": {
- "cached": "output_comparison.json"
- },
- "demand": {
- "file": "ExmouthRandMatrix.UFM",
- "cached": "demand.json",
- "args": {"filetype": "ufm", "userclasses": ["car"]}
- },
- "network": {
- "file": "Exmouth_Network.dat",
- "cached": "network.json"
- },
- "output": {
- "args": {"filetype": "ufs"}
- },
- "audit": {
- "cached": "audit.json"
- },
- "sectors": {
- "cached": "sector_system_physical_boundaries.json"
- }
- },
- "variants": {
- "x1congestion": {
- "default": true,
- "output": {
- "file": "Exmouth_Network.UFS",
- "cached": "output_x1congestion.json"
- }
- },
- "x3congestion": {
- "output": {
- "file": "Exmouth_Network_x3Congestion.UFS",
- "cached": "output_x3congestion.json"
- }
- },
- "x5congestion": {
- "output": {
- "file": "Exmouth_Network_x5Congestion.UFS",
- "cached": "output_x5congestion.json"
- }
- }
- }
- }
|