For the moment the refresh_model method doesn't recreate the
initial structure of the model and some submodels are not
created anymore.
In order to avoid this scenario all the submodels will be
created in process_raw_data insted of the from_raw_data
method.
This patch also add some debug messages in order to ease
the debuging process.