Skip to content

Model parameters

Functions that can calculate the parameters required to run a Pitzer model from temperature and pressure are compiled into parameter Librarys.

Parameter libraries

Select library

Select the Library that you wish to use with (e.g.):

from pytzer.libraries import Seawater

# Switch to the HWT22 library
pz.set_library(pz, "HWT22")

The options are

Switching to a different parameter library means that all the model functions will be recompiled the next time they are run.