STEADY: numerical initial values or parameters incompatible

Posted:
Sat Feb 07, 2015 4:57 am
by Alkebulan
Can anyone help me with this? I ran it several time and it is still telling me that something is wrong with equations 15 and 16. These are parameters of the model, so I am confused why they are causing trouble. Any help would be appreciate it.
Re: STEADY: numerical initial values or parameters incompat

Posted:
Mon Feb 09, 2015 1:45 pm
by jpfeifer
Equation 16 contains
- Code: Select all
ln(kappa_i)
but kappa_i is 0, resulting in Inf. Similarly, in equation 15 you have
- Code: Select all
ln(tot)
tot is a variable in a linearized model and thus has steady state 0, leading to the same issue.