Coupled Farquhar Photosynthesis with Ball-Berry Stomatal Conductance¶
- Task ID:
earth_science.farquhar_ballberry_photosynthesis - Domain:
earth_science - Subdomain:
ecophysiology - Status:
test - Tags:
photosynthesis,stomatal_conductance,farquhar,ball_berry,ecophysiology,C3_C4,iterative_solver
Public Summary¶
This page is generated from task metadata and selected public-safe excerpts.
Example B1 Prompt Excerpt¶
# Coupled Farquhar Photosynthesis with Ball-Berry Stomatal Conductance
## Research Objective
Implement a leaf-level coupled photosynthesis-stomatal-conductance model from
scratch and apply it to a multi-day diurnal forcing series. The system is a
nonlinear coupled fixed-point problem: stomatal conductance depends on
assimilation, while assimilation depends on intercellular CO2 (`Ci`), which is
determined by stomatal conductance. You must build the iterative solver
yourself; do not approximate it with a single non-iterative pass.
Notes¶
- This page is a generated site artifact.
- Higher-level prompt details and internal benchmark specifics may remain intentionally undisclosed.