Sales Tax Calculator Nj

Pool Chlorine Dosage Calculator

Rectangular Round / Circular Oval
Liquid Chlorine (10.5%) Liquid Chlorine (12.5%) Cal-Hypo (65%) Cal-Hypo (73%) Dichlor (56%)

Recommendation:

*Always distribute chemicals evenly around the pool perimeter with the pump running.

function toggleDimensions() { var shape = document.getElementById("poolShape").value; document.getElementById("dimRect").style.display = (shape === "rectangular" || shape === "oval") ? "grid" : "none"; document.getElementById("dimRound").style.display = (shape === "round") ? "grid" : "none"; } function calculateChlorine() { var shape = document.getElementById("poolShape").value; var chem = document.getElementById("chlorineType").value; var current = parseFloat(document.getElementById("currentPPM").value) || 0; var target = parseFloat(document.getElementById("targetPPM").value) || 0; var volume = 0; if (shape === "rectangular") { var l = parseFloat(document.getElementById("len").value) || 0; var w = parseFloat(document.getElementById("wid").value) || 0; var d = parseFloat(document.getElementById("depth").value) || 0; volume = l * w * d * 7.48; } else if (shape === "round") { var dia = parseFloat(document.getElementById("diam").value) || 0; var d2 = parseFloat(document.getElementById("depthRound").value) || 0; volume = (dia / 2) * (dia / 2) * 3.14159 * d2 * 7.48; } else if (shape === "oval") { var lo = parseFloat(document.getElementById("len").value) || 0; var wo = parseFloat(document.getElementById("wid").value) || 0; var doval = parseFloat(document.getElementById("depth").value) || 0; volume = lo * wo * doval * 5.9; } var ppmIncrease = target – current; if (ppmIncrease = 128) { finalResult = (amount / 128).toFixed(2) + " Gallons"; } else if (amount >= 32) { finalResult = (amount / 32).toFixed(1) + " Quarts"; } else { finalResult = Math.round(amount) + " fl oz"; } } else { if (amount >= 16) { finalResult = (amount / 16).toFixed(2) + " lbs"; } else { finalResult = amount.toFixed(1) + " oz (by weight)"; } } document.getElementById("poolResult").style.display = "block"; document.getElementById("volumeDisplay").innerText = "Estimated Pool Volume: " + Math.round(volume).toLocaleString() + " Gallons"; document.getElementById("dosageDisplay").innerText = "Add " + finalResult + " of " + document.getElementById("chlorineType").options[document.getElementById("chlorineType").selectedIndex].text; }

How to Use the Pool Chlorine Calculator

Maintaining the perfect chemical balance in your swimming pool is essential for swimmer safety and water clarity. This chlorine dosage calculator helps you determine exactly how much sanitizer to add to reach your target parts per million (ppm) based on your pool's specific volume.

1. Determine Your Pool Volume

The amount of chlorine required depends entirely on how many gallons of water your pool holds. Our calculator automatically estimates volume based on dimensions:

  • Rectangular: Length × Width × Average Depth × 7.48
  • Round: Radius² × 3.14 × Average Depth × 7.48
  • Oval: Length × Width × Average Depth × 5.9

2. Choose Your Chlorine Type

Not all chlorine is created equal. Different products have different concentrations of active chlorine:

  • Liquid Chlorine (Sodium Hypochlorite): Typically 10% to 12.5% strength. It's fast-acting and doesn't add cyanuric acid or calcium.
  • Cal-Hypo (Calcium Hypochlorite): Granular chlorine often used for "shocking." It adds calcium to the water.
  • Dichlor: Granular "stabilized" chlorine. Be careful, as this significantly raises Cyanuric Acid (CYA) levels.

3. Establish Your Target Levels

For most residential pools, the Ideal Free Chlorine range is 2.0 to 4.0 ppm. If you have high levels of Cyanuric Acid, you may need a higher chlorine target to maintain sanitizing effectiveness. Always test your water with a high-quality drop test kit before adding chemicals.

Practical Example

Example: You have a 15,000-gallon rectangular pool. Your current test shows 0.5 ppm chlorine, and you want to reach 3.0 ppm using 10.5% Liquid Chlorine.

Calculation: You need a 2.5 ppm increase. 12.8 oz of liquid chlorine per 10k gallons creates 1 ppm. For 15k gallons, that's 19.2 oz per 1 ppm. Multiply by 2.5 ppm increase = 48 oz (1.5 quarts) of liquid chlorine.

Safety Tips for Adding Chlorine

  1. Never mix chemicals: Never mix different types of chlorine (like Cal-Hypo and Trichlor) outside of the pool water; it can cause a violent explosion.
  2. Add to water, not water to chemical: If pre-dissolving granular chlorine, always fill the bucket with water first, then add the granules.
  3. Circulate: Ensure the pool pump is running when adding chemicals to help with distribution and prevent staining or liner bleaching.
  4. Wait to swim: Typically, wait at least 30 minutes to 1 hour after adding liquid chlorine before swimming. For shock treatments, wait until chlorine levels drop back to the 1-4 ppm range.

Leave a Comment