Dear forum users
I am working on a coupled model. Currently I am trying to add a parameter to the coupled model, that already exist as a vector in one of the sub-models. So far, I have only been coupling parameters of the "real" or "integer" and I am wondering, whether it is also possible to couple vectors (e.g. Kosim1ConcentrationVector).
I added the following part:
parameters:
OBJ Mean_S (* hidden = "0" *) "Vector containing the mean concentration in (mg/l=g/m3) for DWF by PE only" : Kosim1ConcentrationVector := [{:value <-1000000 :}, {:value <- 30 :}, {:value <- 10 :}, {:value <- 100 :}, {:value <- 200 :}, {:value <-150 :};];
coupling:
sub_models.DWF.parameters.Mean_S.value := parameters.Mean_S.value,
But the model won't run. I get the following error:
Error E2451 _v170807_bordquant_sample_.c 55985: Undefined symbol 'AB1_parameters_DWF_parameters_Mean_S' in function ComputeInitial
Does anyone have an idea what could be the problem?
Thank you very much,
Julia