# -- updpicom4all.scr -- update (4) loops for comparison of all main params (TPW,LI,CTP, sndr rad imagery) # from all (4) main sources (CIMSS,OPDB,OSDPD, and GFS guess.or.TS101). # updates: # 2012-10-30 -gsw- add 2nd TPW 4-panel, switching GFS guess to OSPO Li-version (AKSharma). So far, just for TPW (not LI nor CTP yet). # 2010-05-21 -gsw- version for 4 main params from 4 main sources. # 2010-03-10 -gsw- add in vis and IR toggle. # 2010-02-05 -gsw- vers for "development" DPI versions plus GFS model first-guess. # 2008-04-21 -gsw- vers for "development" versions of GOES Sndr DPIs. # 2008-03-17 -gsw- for GOES Sndr -indep- SFOV CTP DPI, plus Sndr radiance imagery. echo /home/gops/seegsw/gswn.scr cd /var/apache/cimss/htdocs/goes/realtime/compare pwd echo # For loops over the last 25 hours, of 4-panel displays of 4 main Sndr params (TPW,LI,CTP, sndr rad imagery) # from (now) 5 main sources (CIMSS,OPDB,OSDPD,OSPO,GFS guess.or.TS101). # The DPI are aka: CIMSS Li-version; RicoA at OPDB; CurtisH at (old-Ma) OSDPD, and AKSharma at (new-Li) OSPO. TS101 is (AJS) stand-alone CIMSS legacy CTP. ls -1 dpicom4pw.*.gif | tail -25 > listdpicom4pw.txt ls -1 dpicom4pwo.*.gif | tail -25 > listdpicom4pwo.txt ls -1 dpicom4li.*.gif | tail -25 > listdpicom4li.txt ls -1 dpicom4ct.*.gif | tail -25 > listdpicom4ct.txt ls -1 dpicompsr.*.gif | tail -25 > listdpicom4sr.txt paste -d' ' listdpicom4pw.txt olform25.txt listdpicom4pw.txt comma25.txt listdpicom4pwo.txt comma25.txt listdpicom4li.txt comma25.txt listdpicom4ct.txt comma25.txt listdpicom4sr.txt > listdpicom4all.txt echo "listdpicom4all.txt" ; cat listdpicom4all.txt echo