Usage for hash tag: par1

  1. arking_mark

    Unusual method of measuring alkalinity

    Here is my raw code... from PyCO2SYS import CO2SYS import math par1type = 1 # The first parameter supplied is of type "1", which means "alkalinity"; type "4" which means Seawater partial pressure of CO2; 8" which means "Aqueous CO2""; "9", which is "Dry mole fraction of CO2"" alk = 8.2...
  2. arking_mark

    Alk increase affect on ph?

    par1type = 1 # The first parameter supplied is of type "1", which means "alkalinity"; type "4" which means Seawater partial pressure of CO2; 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...
Back
Top