Hi everyone,
I am doing some studies about ozone-vegetation feedback. And the ozone can damage the vegetation's stomatal conductance.
I have seen the source code in the `PhotosynthesisMod.F90` file. The ozone damage factor for stomatal conductance (`o3coefg`) only affects `rs_z` (resistance) rather than stomatal conductance (`gs`).
The source code in `PhotosynthesisMod.F90` is as follows:
rs_z(p,iv) = rs_z(p,iv) / o3coefg(p)
Does that mean the ozone damage can not affect the stomatal conductance in this version?
Thanks!
Best regards,
Haofan
I am doing some studies about ozone-vegetation feedback. And the ozone can damage the vegetation's stomatal conductance.
I have seen the source code in the `PhotosynthesisMod.F90` file. The ozone damage factor for stomatal conductance (`o3coefg`) only affects `rs_z` (resistance) rather than stomatal conductance (`gs`).
The source code in `PhotosynthesisMod.F90` is as follows:
rs_z(p,iv) = rs_z(p,iv) / o3coefg(p)
Does that mean the ozone damage can not affect the stomatal conductance in this version?
Thanks!
Best regards,
Haofan