Skip to content

Commit

Permalink
Update simpleNbox-runtime.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Mar 15, 2022
1 parent 7872e86 commit 0f2664f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/simpleNbox-runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ void SimpleNbox::stashCValues( double t, const double c[] )

double SimpleNbox::calc_co2fert(std::string biome, double time) const
{
fluxpool Ca_t = Ca( time );
return 1 + beta.at( biome ) * log( Ca_t / C0 );
return 1 + beta.at( biome ) * log( Ca( time ) / C0 );
}

//------------------------------------------------------------------------------
Expand Down

1 comment on commit 0f2664f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Differences in Hector outputs

Hello, this is leeyabot! 🤖

The current pull request's outputs differ from 3.0.0 (9db72f8) as follows:

R squared NRMSE
Ca 1.000 0.001
FCO2 1.000 0.226
Ftot 1.000 0.197
Tgav 1.000 0.322


CML watermark

Please sign in to comment.