Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

respiration parameters factor #71

Open
ForModLabUHel opened this issue Jan 24, 2023 · 0 comments
Open

respiration parameters factor #71

ForModLabUHel opened this issue Jan 24, 2023 · 0 comments

Comments

@ForModLabUHel
Copy link
Owner

replace P0 dependent factors with Ets dependent factors

par_mr = par_mr0* p0 / p0_ref + (1+par_c) * mrFact / par_vr0 !!!new version !!newX
par_mf = par_mf0* p0 / p0_ref !!newX
par_mw = par_mw0* p0 / p0_ref !!newX

became

par_mr = par_mr0* (1. + par_aETS * (ETS-ETS_ref)/ETS_ref) * mrFact / par_vr0 !!!new version !!newX
par_mf = par_mf0* (1. + par_aETS * (ETS-ETS_ref)/ETS_ref)
par_mw = par_mw0* (1. + par_aETS * (ETS-ETS_ref)/ETS_ref)

!!!check carefully in all codes: regionPrenas, multiPrebas, routines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant