[refactor] Gras-Sim model rework
1 unresolved thread
1 unresolved thread
Replacing grassim.py with :
- soil.py : soil model functions (water and nitogen dynamics)
- plant.py : plant model functions (growth, stress factors)
- management.py : manage grassland based on input file (cutting, fertilization, rotation)
Closes #69 (closed)
Edited by Lemaire Louis
Merge request reports
Activity
Filter activity
added Lead: Louis code architecture crop grassim labels
requested review from @abouvry
assigned to @Louis.Lemaire
requested review from @Louis.Lemaire
28 Definition: proportion of clay in the soil 29 coarse: 30 Value: 15 31 Type: float 32 Limit: [0,100] 33 Definition: proportion of coarse fragments in the soil 34 org: 35 Value: 3.0896551609039307 36 Type: float 37 Limit: [0,100] 38 Definition: proportion of organic matter in the soil 39 soil_depth: 40 Value: 1000 41 Type: float 42 Limit: [0,2000] 43 Definition: soil depth in mm mentioned in commit dc710101
Please register or sign in to reply