Skip to content
Snippets Groups Projects
Commit fa4a02f8 authored by Lemaire Louis's avatar Lemaire Louis
Browse files

Merge branch '130-fix-gras-sim-compute_n_plant_litter' into 'develop'

Resolve "[fix] Gras-Sim compute_N_plant_litter"

See merge request !39
parents 894b1c37 137ba416
No related branches found
No related tags found
1 merge request!39Resolve "[fix] Gras-Sim compute_N_plant_litter"
......@@ -87,7 +87,7 @@ def run_daily_loop(day, ET0, WD, day_irr, soil, crop, management):
crop.compute_st()
crop.compute_fAge() # need st, used for SEN & ABS
crop.compute_senescence_abscission()
crop.compute_N_plant_litter
crop.compute_N_plant_litter()
crop.compute_fT()
crop.compute_fPARi()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment