We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: