import nsrunit; unit conversion on; unit s=1 second^1; unit per_s=1 second^(-1); unit uM=1E-3 meter^(-3)*mole^1; unit uM_per_s=1E-3 meter^(-3)*second^(-1)*mole^1; math main { //Note: no math in this CellML model: probably used for defining units or metadata only. extern real all; }