PSUmodeling / Cycles

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

Additional Outputs in Season Outputs #7

Closed aramcharan closed 9 years ago

aramcharan commented 9 years ago

Added outputs to Cycles code: In Outputs Class: PrintSeasonOutputs

                j = j + 1 : tempArray(i, j) = SideSubs.Formatting(RealizedCrop.rcGrainNitrogenYield)
                j = j + 1 : tempArray(i, j) = SideSubs.Formatting(RealizedCrop.rcforageNitrogenYield)
                j = j + 1 : tempArray(i, j) = SideSubs.Formatting(RealizedCrop.rcNitrogenInHarvest)
                j = j + 1 : tempArray(i, j) = SideSubs.Formatting(RealizedCrop.rcNitrogenInResidue)
                j = j + 1 : tempArray(i, j) = SideSubs.Formatting(RealizedCrop.rcNitrogenForageConc)
shiyuning commented 9 years ago

@aramcharan rcGrainNitrogenYield and rcForageNitrogenYield outputs added. Need to know the units for those two.

My version of vb Cycles does not have rcNitrogenInHarvest, rcNitrogenInResidue or rcNitrogenForageConc. Don't know how they are calculated.

kemanian commented 9 years ago

In your forage or grain harvest routine Amanda? I think I have it as well so not sure why Yuning does not. Perhaps I lost track of it. Armen

On Tue, Mar 10, 2015 at 12:46 AM, Yuning Shi notifications@github.com wrote:

@aramcharan https://github.com/aramcharan rcGrainNitrogenYield and rcForageNitrogenYield outputs added. Need to know the units for those two.

My version of vb Cycles does not have rcNitrogenInHarvest, rcNitrogenInResidue or rcNitrogenForageConc. Don't know how they are calculated.

— Reply to this email directly or view it on GitHub https://github.com/PSUmodeling/Cycles/issues/7#issuecomment-77995330.

aramcharan commented 9 years ago

Units for both variables: Mg/ha

aramcharan commented 9 years ago

The 2015 version of Cycles you were working on Armen does not have the variables Yuning mentioned. Lost track of it somehow. I have it in my version version of Cycles though.

aramcharan commented 9 years ago

I have it in the Crop Harvest and Forage Harvest classes. Should I copy and paste those classes here?

shiyuning commented 9 years ago

It might be better if you can send me all your vb source files. You can also put them on GitHub.