| 
									
										
										
										
											2015-02-10 14:04:54 +00:00
										 |  |  | subroutine fillcom(nutc0,ndepth0,nrxfreq,mode,tx9,flow,fsplit,fhigh)
 | 
					
						
							|  |  |  |   integer mode,flow,fsplit,fhigh
 | 
					
						
							|  |  |  |   logical tx9
 | 
					
						
							| 
									
										
										
										
											2015-04-22 17:48:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   character datetime*20,mycall*12,mygrid*6,hiscall*12,hisgrid*6
 | 
					
						
							|  |  |  |   common/npar/nutc,ndiskdat,ntrperiod,nfqso,newdat,npts8,nfa,nfsplit,nfb,    &
 | 
					
						
							|  |  |  |        ntol,kin,nzhsym,nsubmode,nagain,ndepth,ntxmode,nmode,minw,nclearave,  &
 | 
					
						
							| 
									
										
										
										
											2015-11-24 15:05:45 +00:00
										 |  |  |        minsync,emedelay,dttol,nlist,listutc(10),n2pass,nranera,naggressive,  &
 | 
					
						
							| 
									
										
										
										
											2015-11-25 20:09:57 +00:00
										 |  |  |        nrobust,nexp_decode,nspare(9),datetime,mycall,mygrid,hiscall,hisgrid
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:38:25 +00:00
										 |  |  |   save
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   nutc=nutc0
 | 
					
						
							|  |  |  |   ndiskdat=1
 | 
					
						
							|  |  |  |   ntrperiod=60
 | 
					
						
							| 
									
										
										
										
											2013-07-16 18:17:20 +00:00
										 |  |  |   nfqso=nrxfreq
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:38:25 +00:00
										 |  |  |   newdat=1
 | 
					
						
							|  |  |  |   npts8=74736
 | 
					
						
							| 
									
										
										
										
											2015-02-10 14:04:54 +00:00
										 |  |  |   nfa=flow
 | 
					
						
							|  |  |  |   nfsplit=fsplit
 | 
					
						
							|  |  |  |   nfb=fhigh
 | 
					
						
							| 
									
										
										
										
											2015-11-24 18:20:45 +00:00
										 |  |  |   ntol=20
 | 
					
						
							|  |  |  |   kin=648000
 | 
					
						
							| 
									
										
										
										
											2015-04-22 17:48:03 +00:00
										 |  |  |   nzhsym=181
 | 
					
						
							| 
									
										
										
										
											2013-04-16 18:33:38 +00:00
										 |  |  |   ndepth=ndepth0
 | 
					
						
							| 
									
										
										
										
											2015-11-24 18:20:45 +00:00
										 |  |  |   dttol=3.0
 | 
					
						
							| 
									
										
										
										
											2015-12-09 21:02:37 +00:00
										 |  |  |   minsync=-1               !### TEST ONLY
 | 
					
						
							| 
									
										
										
										
											2015-11-25 16:40:22 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   n2pass=1
 | 
					
						
							| 
									
										
										
										
											2015-12-15 21:24:22 +00:00
										 |  |  |   nranera=8               !ntrials=10000
 | 
					
						
							|  |  |  |   naggressive=0
 | 
					
						
							| 
									
										
										
										
											2015-11-25 16:40:22 +00:00
										 |  |  |   nrobust=0
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 14:04:54 +00:00
										 |  |  |   if (tx9) then
 | 
					
						
							|  |  |  |     ntxmode=9
 | 
					
						
							|  |  |  |   else
 | 
					
						
							|  |  |  |     ntxmode=65
 | 
					
						
							|  |  |  |   end if
 | 
					
						
							| 
									
										
										
										
											2015-04-22 17:48:03 +00:00
										 |  |  |   if (mode.eq.0) then
 | 
					
						
							| 
									
										
										
										
											2015-02-10 14:04:54 +00:00
										 |  |  |     nmode=65+9
 | 
					
						
							|  |  |  |   else
 | 
					
						
							|  |  |  |     nmode=mode
 | 
					
						
							|  |  |  |   end if
 | 
					
						
							| 
									
										
										
										
											2015-04-22 17:48:03 +00:00
										 |  |  |   datetime="2013-Apr-16 15:13"                        !### Temp
 | 
					
						
							| 
									
										
										
										
											2015-03-04 17:07:15 +00:00
										 |  |  |   if(mode.eq.9 .and. nfsplit.ne.2700) nfa=nfsplit
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:38:25 +00:00
										 |  |  |   return
 | 
					
						
							|  |  |  | end subroutine fillcom
 |