...8" which means "Aqueous CO2""; "9", which is "Dry mole fraction of CO2""
alk = 8.2
par1 = alk*1000*0.36 # value of the first parameter
print("Tank measured Alk =", alk, "dKH (", par1, ")")
#par1 = 1500
#print("Tank target CO2 =", par1, "matm ")
par2type = 9 # The second parameter...
...8" which means "Aqueous CO2""; "9", which is "Dry mole fraction of CO2""
alk = 8.5
par1 = alk*1000*0.36 # value of the first parameter
print("Tank measured Alk =", alk, "dKH (", par1, ")")
#par1 = 1500
#print("Tank target CO2 =", par1, "matm ")
par2type = 9 # The second parameter...