Skip to content
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

sensitivity troubles #27

Open
yangfan623 opened this issue Apr 21, 2024 · 1 comment
Open

sensitivity troubles #27

yangfan623 opened this issue Apr 21, 2024 · 1 comment

Comments

@yangfan623
Copy link

Dear professor,
When I start the sensitivity analysis by the function musoSensi, there was an unexpected problem as below:
musoSensi(iterations = 10000, varIndex = 1)
Error in depTableMaker(constMatrix, parameters) :
All group members of the group (6) have to be in parameters if sourceFile not(epc file)
I am confused in this problem. Sorry to bother you , and hope to get your respond early!

@hollorol hollorol reopened this Apr 22, 2024
@hollorol
Copy link
Owner

Dear Yangfan,
The problem is known. It is a documentation issue. There are parameters which are interdependent so you cannot change them one by one. For the other parameters in the dependency group you have to fix the parameter at the current value by setting the min and max to the same. This is group 6:

 [ {
    "X": 37,
    "NAME": "fine root labile proportion",
    "INDEX": 45,
    "UNIT": "prop",
    "MIN": 0.1,
    "MAX": 0.6,
    "DEPENDENCE": 1,
    "GROUP": 6,
    "TYPE": 2
  },
  {
    "X": 38,
    "NAME": "fine root cellulose proportion",
    "INDEX": 46,
    "UNIT": "prop",
    "MIN": 0.1,
    "MAX": 0.6,
    "DEPENDENCE": 1,
    "GROUP": 6,
    "TYPE": 2
  }]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants