options(echo=FALSE) # turn off command line output # read in programs source('../../aircoa_make_html.r') # acmkhtml(loc='NWR',unit='A',start='050901',end='050907',procday=T,procconc=F,proccomp=F,outflag='',netdir='/net/www/docs/homes/stephens/RACCOON/',remold=T,remall=F) source('../../aircoa_conc_days.r') # accncdys(loc='NWR',unit='A',startchr='050901',endchr='050907',inflag='',outflag='',pcor=T,tcor=T,fcor=F,ltmpco=0.5,sflco=70,ico=0.0,eco=1.0,png=F,daily=T,nlines=3) # call aircoa_conc_days.r acrawday('A','NWR','070401','070430') # call aircoa_make_html.r acmkhtml('A','NWR','070401','070430',F,T)