Skip to content

Commit 1401fbf

Browse files
committed
remove Ru_Act
1 parent febcfcd commit 1401fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ini/PS_Ini.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ PSCondition* PS::_init(Variables *theVars) {
365365
PS::PsV31 = PS::V31; // 31 Phosphate translocator DHAPi<->DHAPo
366366
PS::PsV32 = PS::V32; // 32 Phosphate translocator PGAi<->PGAo
367367
PS::PsV33 = PS::V33; // 33 Phosphate translocator GAPi<->GAPo
368-
PS::Ru_Act = -3. * pow(10., -5.) * pow(theVars->Tp, 3.) + 0.0013 * pow(theVars->Tp, 2.) - 0.0106 * theVars->Tp + 0.8839; //Rubisco activition state % SHARED
368+
PS::Ru_Act = 1.0;//-3. * pow(10., -5.) * pow(theVars->Tp, 3.) + 0.0013 * pow(theVars->Tp, 2.) - 0.0106 * theVars->Tp + 0.8839; //Rubisco activition state % SHARED
369369
PS::PsV1 = PS::PsV1_0 * PS::Ru_Act * pow(theVars->Q10_1, (theVars->Tp - 25.) / 10.); // SHARED
370370
PS::PsV2 = PS::PsV2_0 * pow(theVars->Q10_2, (theVars->Tp - 25.) / 10.);
371371
PS::PsV3 = PS::PsV3_0 * pow(theVars->Q10_3, (theVars->Tp - 25.) / 10.);

0 commit comments

Comments
 (0)