Turgorgrowth#28
Merged
Merged
Conversation
…elopment: run on a simple plant with 3 leaves, parameters are roughly estimated and no validation against data was performed.
…o maintain realsitic osmotic potentials)
…d for the calculation of osmotic pressure - testing new values for initial phi and epsolon - add calculate_initial_water_content for emerged tissues from the osmotic pressure inthe hidden zone - typo
…in previous versions)
…nstant. Delta water content is then attributed to the next emerged Element. - when leaf is emerged, any increase of the hiddenzone length is attributed to the total leaf and the next emerged Element. - Variations of emerged element length (elasticity) now accounted for in the length of the whole leaf - New docstring format
- turgor of element that have just emerged (age = 0) is now initialised at the value of the hidden zone
…d as rectangular prisms with length, width and thickness.
…lar prism - Add calculate_initial_water_potential at the 1st time after tissue emergence. Initial water potential of emerging tissue is calculated in order that the influx from the hiddenzone matches the outflux towards the next organ - new parameters relating to the beta function for phi. The idea was to slow the elongation of 'young' growing elements while increasing the one of 'old' growing elements.
…of the inital water potential, which depends on the in- and out-fluxes of water, is now accounting for the situations with more than one 'next-element'
… in mature PhotosyntheticOrganElement. This version seems to provide consistent results but the computation is very slow: this should be fixed in the future
hyptohèse de transfert d'eau entre hz et element après émergence du blade
hypothèse de transfert d'eau entre hz et element après émergence du blade
hypothèse de transfert d'eau entre hz et element après émergence du blade + Lmax version stable avant révision avec Romain
Water flux between xylem and hiddenzone for growth Water flux between hiddenzone and emerged growing blade for growth and transpiration
Difference between geometric recontrusction of the leaf and volume calculation -> Maximum leangth, leaf and thickness from cn-wheat for ADEL-Wheat -> Update of width max from turgor-growth -> Calculation of width and thickness with averaging
…TDS) Changes of extensibility parameter function Changes of growth in 3-dimensions when blade emerged
Growth of L3 and L4 stabilize Still problem for L5 : grow too fast and too big Fixing problem with osmotic_water_potential (and turgor_water_potential) approaching values around -0.8 Mpa (and 0.7 Mpa) Due to water_content initialization of hiddenzone and blade and volume calculation (before and after emergence)
Simultaneous growth of sheath and lamina
hydraulics regulation of leaf pseudo age
- the early stages of development - the coupling with external soil models - the simulation of plant hydraulics and turgor-growth driven leaf elongation
pradal
reviewed
Jun 19, 2026
pradal
left a comment
Contributor
There was a problem hiding this comment.
Great work.
Made some proposals...
| def nb_replications(self): | ||
| return sum(int(v <= self.index) * self.cohorts_replications.get(v, 0) for v in self.cohorts) + 1 | ||
|
|
||
| class Organ(object): |
baugetfa
commented
Jun 19, 2026
| respi/index.rst | ||
| senesc/index.rst | ||
| fspm/index.rst | ||
| turgorgrowth/index.rst |
Contributor
Author
There was a problem hiding this comment.
turgorgrowth/index.rst -> turgor/index.rst
turgorgrowth does not exist
Contributor
Author
|
If the CI pass, it seems ok for me |
Contributor
|
OK for me! Great, thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added trugorgrowth to Wheatfspm