Closed Crystal-szj closed 5 months ago
Hi @SarahAlidoost and @BSchilperoort, the soil water stress factor (sfactor
) and leaf water potential (psiLeaf
) are important indicators for drought effect, and should be saved into the output file for further analysis.
Here, the two variables are passed from ebal.m
to STEMMUS-SCOPE.m
, and the time series are assigned to variables with 'Tot' suffix (i.e. sfactorTot
, and psiLeafTot
).
Let me know if there were more efficient way for that!
Thanks for your suggestions. The soil water stress and leaf water potential are saved in two structures as WaterStressFactor.soil
and WaterPotential.leaf
in the code, and are saved as binary files every time step. The reason for using structures instead of variables is because the recent coupling of plant hydraulics module to the current version will output plant water stress factor, as well as root and stem water potentials.
Thanks for your suggestions. The soil water stress and leaf water potential are saved in two structures as
WaterStressFactor.soil
andWaterPotential.leaf
in the code, and are saved as binary files every time step. The reason for using structures instead of variables is because the recent coupling of plant hydraulics module to the current version will output plant water stress factor, as well as root and stem water potentials.
Is your pull request ready again for review? I run the model in your branch. The output folder does not include the csv files of WaterStressFactor
and WaterPotential
. Can you please check it?
Thanks for your suggestions. The soil water stress and leaf water potential are saved in two structures as
WaterStressFactor.soil
andWaterPotential.leaf
in the code, and are saved as binary files every time step. The reason for using structures instead of variables is because the recent coupling of plant hydraulics module to the current version will output plant water stress factor, as well as root and stem water potentials.Is your pull request ready again for review? I run the model in your branch. The output folder does not include the csv files of
WaterStressFactor
andWaterPotential
. Can you please check it?
Hi @SarahAlidoost, I have just checked the repo, and the model output on my side and found that the output file name are "waterPotential.csv" and "waterStressFactor.csv" (i.e. lowercase for 'water'), Could you help to check if the file were there? cheers!
Description
The soil water stress factor
sfactorTot
and leaf water potentialpsiLeafTot
are saved in theoutput.mat
.relates to https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/issues/102
Checklist
Unreleased
.