Skip to content

respiration parameters factor #71

Description

@ForModLabUHel

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions