{
  "provider": {
    "name": "CalculateEnergySavings.com",
    "source_url": "https://calculateenergysavings.com/",
    "terms_url": "https://calculateenergysavings.com/api-terms/",
    "terms_version": "2026-08-25"
  },
  "id": "chiller-plant",
  "name": "Chiller Plant Savings Calculator",
  "description": "Compare chiller-plant energy, demand, and annual cost using capacity, kW per ton, operating hours, utility rates, and project assumptions.",
  "status": "published",
  "callable": true,
  "version": "1.0.0",
  "url": "https://calculateenergysavings.com/calculators/chiller-plant/",
  "methodology_url": "https://calculateenergysavings.com/calculators/chiller-plant/#methodology",
  "api_url": "https://calculateenergysavings.com/api/v1/calculators/chiller-plant",
  "calculate_url": "https://calculateenergysavings.com/api/v1/calculators/chiller-plant/calculate",
  "input_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "coolingCapacityTons": {
        "type": "number",
        "default": 300
      },
      "existingKwPerTon": {
        "type": "number",
        "default": 0.9
      },
      "proposedKwPerTon": {
        "type": "number",
        "default": 0.6
      },
      "equivalentFullLoadHours": {
        "type": "number",
        "default": 2000
      },
      "electricityRate": {
        "type": "number",
        "default": 0.12
      },
      "demandCharge": {
        "type": "number",
        "default": 0
      },
      "demandMonths": {
        "type": "number",
        "default": 6
      },
      "annualMaintenanceSavings": {
        "type": "number",
        "default": 0
      },
      "installedCost": {
        "type": "number"
      },
      "incentiveAmount": {
        "type": "number",
        "default": 0
      },
      "projectLife": {
        "type": "number",
        "default": 23
      },
      "discountRatePercent": {
        "type": "number",
        "default": 7
      },
      "energyEscalationPercent": {
        "type": "number",
        "default": 2.5
      }
    }
  },
  "example_inputs": {
    "coolingCapacityTons": 300,
    "existingKwPerTon": 0.9,
    "proposedKwPerTon": 0.6,
    "equivalentFullLoadHours": 2000,
    "electricityRate": 0.12,
    "demandCharge": 0,
    "demandMonths": 6,
    "annualMaintenanceSavings": 0,
    "installedCost": "",
    "incentiveAmount": 0,
    "projectLife": 23,
    "discountRatePercent": 7,
    "energyEscalationPercent": 2.5
  },
  "source_url": null,
  "formulas": [],
  "disclaimer": "Screening estimate only. Verify measurements, assumptions, tariffs, equipment constraints, and applicable requirements before making a project or purchasing decision."
}