APSIMInitiative / ApsimX

ApsimX is the next generation of APSIM
http://www.apsim.info
Other
129 stars 159 forks source link

Changing target degree days for specific crop growth stages #8557

Open jsenriquez21 opened 5 months ago

jsenriquez21 commented 5 months ago

What is your question?

Greetings! I am trying to use APSIM to model growth of potatoes and to predict the specific timings of crop growth stages.

I need to tweak the required degree days needed to complete each growth stage (e.g. vegetative phase and senesced phase). How can I do this in R and APSIM-X?

Thank you very much!

BrianCollinss commented 5 months ago

If you right-click on the plant in your simulation and click on "Show Model Structure", you can then check the Cultivar folder and find out how each cultivar is parametrized. You will see things like this (the list of the parameters that you can change depends on the plant you are working with):

[Phenology].Emerging.Target.ShootLag.FixedValue = 10
[Phenology].Emerging.Target.DepthxRate.ShootRate.FixedValue = 1
[Phenology].Vegetative.Target.FixedValue = 350
[Phenology].EarlyFlowering.Target.FixedValue = 100
[Phenology].EarlyPodDevelopment.Target.FixedValue = 50

Then you can create/add your cultivar and use it when you call the Sow method.

BrianCollinss commented 5 months ago

If my answer helped, you can close this issue.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had any activity in the last 30 days. It will be closed in one week if no further activity occurs. Thank you for your contributions.