-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STEMMUS_SCOPE BMI: which variables to expose #209
Comments
@MostafaGomaa93 please see the comment above. Which variables do you need to couple STEMMUS_SCOPE to the groundwater model (MODFLOW 6), please add them to the table above, thanks. relates #205 |
@SarahAlidoost. thanks. I am still not yet familiar with the variable names in the code, but I tried my best above. @yijianzeng can confirm the variables I add.
|
Hi @MostafaGomaa93, I've moved the variables you added to your own comment. By |
Hi @BSchilperoort, thanks for your update. Sorry for my misunderstanding of what it means by "Grid". I think indeed the variables I add are one value, not an array. |
Before i continue further, these two important soil-plant state varables (soil matric water potential and leaf water potential) are not output with time dimensions? |
Here are the variables needed for groundwater coupling (implemented in the SSM_v.0.3.2 branch)
For the variables ( For the For the variables ( The following table shows variables needed for further analysis and post-processing, but may not be passed to MODFLOW.
|
|
@Yunfei-Wang1993 , @DanyangYu , @EntingTang , @Crystal-szj and @yijianzeng Thanks for preparing the variable names. I moved the content of the excel file to a table in this issue, see below. Is this the final version? if so, see the questions:
|
Hi, Sarah, 1: ScopeParameters.Rli and ScopeParameters.Rin should be used here. 2 and 3: You are right. 4: The last three variables we can name them the 'soil and leaf state variables'. SoilVariables.hh means the soil water potential. |
Just for the record, the whole
|
@MostafaGomaa93 you are right, the structure |
Three additional values are needed in BMI (according to discussion of issue 237)
|
thanks for adding these variables. The content of the first two columns should be switched. can you please fix it? also, see my comment. |
In #208 and EcoExtreML/STEMMUS_SCOPE_Processing#89 I have implemented a BMI for STEMMUS_SCOPE.
For testing purposes I have exposed two variables: the output variable
fluxes.Resp
and input+output variableTT
(soil temperature).For the implementation of the full BMI we will need to know which variables we want to expose. For these variables we will also need a long or standard name, as well as their unit.
Variables can be an "input variable" an "output variable" or both.
fluxes.Resp
TT
ModelSettings.mN
@yijianzeng @bobzsu @Yunfei-Wang1993 could you fill in this table for all variables that need to be exposed?
The text was updated successfully, but these errors were encountered: