create an empty model
model=create_emptymodel(namemod)
* namemod = the name of the model
* model = a model tlist with all tlist fields defined, but only the name of the model filled
mymodel=create_emptymodel('mymodel')