RE: Changing Clearance over time : Enzyme auto-induction
From: Leonid Gibiansky lgibiansky@emmes.com
Subject: RE:[NMusers] Changing Clearance over time : Enzyme auto-induction
Date: Fri, August 6, 2004 3:11 pm
Have you tried straightforward:
NewT = T-theta(*)
CL = CL0
IF(NewT.GT.0) THEN
CL = CL0 + CLmax*NewT/(t50+NewT)
ENDIF
Leonid