Skip to content

Commit

Permalink
debug mASM2d
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Jul 18, 2024
1 parent 9c9db81 commit c71c506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified qsdsan/data/_masm2d.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion qsdsan/processes/_asm2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ def _rhos_masm2d(state_arr, params, acceptor_dependent_decay=True):
nutrients = Monod(S_NH4, Ks_nh4) * Monod(S_PO4, Ks_po4)

rhos[:19] = ks
rhos[:9] *= X_H * nutrients[0]
rhos[:9] *= X_H
rhos[3:7] *= nutrients[0]
rhos[9:15] *= X_PAO
rhos[12:14] *= nutrients[1]
rhos[15] *= X_PP
Expand Down

0 comments on commit c71c506

Please sign in to comment.