PSUmodeling / Cycles

Cycles agroecosystem model
https://psumodeling.github.io/Cycles/
Other
11 stars 0 forks source link

New microbial C/N pool #14

Closed gcamargo1 closed 9 years ago

gcamargo1 commented 9 years ago

Hello Armen/Yuning, In line: 502 in SoilCarbon.c:

if (xx9 > 0.0) nm9 = NitrogenMineralization (micrCNRatio, micrCNRatio, micrHumificationFactor, xx9);

should be updated to: if (xx9 > 0.0) CNnew = CNdestiny (NMineralConcentration, micrCNRatio); nm9 = NitrogenMineralization (micrCNRatio, CNnew , micrHumificationFactor, xx9);

What do you think?

shiyuning commented 9 years ago

Armen checked and the code is correct.