JGCRI / gcam-core

GCAM -- The Global Change Analysis Model
http://jgcri.github.io/gcam-doc/
Other
296 stars 172 forks source link

Which xml corresponds to land_carbon_densities.cpp? #494

Open CGL5230 opened 5 days ago

CGL5230 commented 5 days ago

Hi, GCAM team!

The process of calculating future aboveground carbon density is described in land_carbon_densities.cpp. I would like to increase the returned above ground carbon density by 30%.

double LandCarbonDensities::getActualAboveGroundCarbonDensity( const int aYear ) const {
    return mAvgAboveGroundCarbon *** 1.3**;
}

What should i modify or where can i find the Eveg equation in install gcam (maybe just modify the value in some xml)? Image