J
James
Guest
Greetings,
I am running into some trouble running a Monte Carlo simulation. In my
ADE window I have an expression like:
Itot=I1+I2
which depends on expressions I1 and I2:
I1=IT("/n1/D")
I2=IT("/n2/D")
When running a single simulation from the ADE, everything works great.
When I set up a Monte Carlo, the simulations run but I get the
following message (or similar, I am away from my workstation right
now
Error evaluating expression xxx
Saving the script, the monteCarlo.ocn file contains lines like:
monteExpr("I1" "(I1=(IT(\"/n1/D\")")))
etc.
It seems like ocean doesn't like these. So my question is, how do I
create a monteExpr that depends on other expressions? The example I
have here is simple and I can put everything in one expressions but my
real problem requires a humongous expression, so this isn't an option.
Any help will be appreciated.
I am running into some trouble running a Monte Carlo simulation. In my
ADE window I have an expression like:
Itot=I1+I2
which depends on expressions I1 and I2:
I1=IT("/n1/D")
I2=IT("/n2/D")
When running a single simulation from the ADE, everything works great.
When I set up a Monte Carlo, the simulations run but I get the
following message (or similar, I am away from my workstation right
now
Error evaluating expression xxx
Saving the script, the monteCarlo.ocn file contains lines like:
monteExpr("I1" "(I1=(IT(\"/n1/D\")")))
etc.
It seems like ocean doesn't like these. So my question is, how do I
create a monteExpr that depends on other expressions? The example I
have here is simple and I can put everything in one expressions but my
real problem requires a humongous expression, so this isn't an option.
Any help will be appreciated.