subroutine PrintType_Model(this) implicit none class(Model),intent(in) :: this print*,__FILE__//" : Model : No model type" endsubroutine PrintType_Model