# dia, the diamond-shaped structure, # two functional spatial variables, COUNT and SUM, referencing the same # stochastic variable, and a functional average variable # one-dimensional ENTITY dia01 , "" , "tests/model_all_spat/file.txt" { INTEGER depd01 ~ discrete_uniform(0, 1) REAL sd01 = SUM(& depd01) REAL cd01 = COUNT(& depd01) REAL avg1 = sd01 / cd01 }