03.02.2015 Views

HIERARCHAL INDUCTIVE PROCESS MODELING AND ANALYSIS ...

HIERARCHAL INDUCTIVE PROCESS MODELING AND ANALYSIS ...

HIERARCHAL INDUCTIVE PROCESS MODELING AND ANALYSIS ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

B. Full entity Specification File<br />

#!/usr/bin/python<br />

"""<br />

This is the revised file for entity specification<br />

Stuart Borrett<br />

April 26, 2007<br />

"""<br />

from ross_lib import *;<br />

# import library<br />

# observed primary producer<br />

p1 = entity_instance(pe, "phyto",<br />

{"conc": ("system", "PHA_c", (0,600)), # ugC/L<br />

"growth_rate": ("system", 0, (0,1)),<br />

"growth_lim": ("system", 1, (0,1))},<br />

{"max_growth":0.59,<br />

"exude_rate":0.19,<br />

"death_rate":0.025,<br />

"Ek_max":30,<br />

"biomin":0.025,<br />

"PhotoInhib":200}<br />

);<br />

# unobserved grazer with initial value from [0,1] default 0.1<br />

Z1 = entity_instance(ze, "zoo",<br />

{"conc": ("system", 0.1 , (0.10,510)),<br />

"growth_rate": ("system", 0.1, (0, 1))},<br />

{"assim_eff":0.75,<br />

73

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!