WTxt<-paste(WTxt,"\t Missing values are not allowed in InputsModel \n",sep="");
Select<-(max(which(BOOL_NA))+1):length(BOOL_NA);
if(Select[1L]>Select[2L]){stop(paste("time series could not be trunced since missing values were detected at the list time-step \n",sep=""));return(NULL);}
if(Select[1L]>Select[2L]){stop("Time series could not be trunced since missing values were detected at the list time-step");return(NULL);}