# crossc, two functional spatial SUM variables referencing # different stochastic variables, and an # combining functional variable # one-dimensional ENTITY crossc01 , "" , "tests/model_all_spat/file.txt" { INTEGER depscc01 ~ discrete_uniform(0, 1) REAL depscc02 ~ continuous_uniform(0, 1) REAL scc01 = SUM(& depscc01) REAL scc02 = SUM(& depscc02) REAL comb1 = scc01 + scc02 }