#!/bin/ksh # #keeps file date current so that it doesn't get deleted by clean-up cron_job # # cp /home/people/cpc/ftp/precip/TRMM/gpi/IR_0.5-deg_product-file_README temp rm /home/people/cpc/ftp/precip/TRMM/gpi/IR_0.5-deg_product-file_README mv temp /home/people/cpc/ftp/precip/TRMM/gpi/IR_0.5-deg_product-file_README # cp /home/people/cpc/ftp/precip/global_full_res_IR/README temp rm /home/people/cpc/ftp/precip/global_full_res_IR/README mv temp /home/people/cpc/ftp/precip/global_full_res_IR/README # cp /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/README.cmorph.025deg_daily temp rm /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/README.cmorph.025deg_daily mv temp /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/README.cmorph.025deg_daily # cp /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/CMORPH+MWCOMB_025deg-daily.ctl temp rm /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/CMORPH+MWCOMB_025deg-daily.ctl mv temp /home/people/cpc/ftp/precip/global_CMORPH/daily_025deg/CMORPH+MWCOMB_025deg-daily.ctl # cp /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/README.cmorph.025deg_3-hourly temp rm /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/README.cmorph.025deg_3-hourly mv temp /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/README.cmorph.025deg_3-hourly # cp /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/CMORPH+MWCOMB_025deg-3hr.ctl temp rm /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/CMORPH+MWCOMB_025deg-3hr.ctl mv temp /home/people/cpc/ftp/precip/global_CMORPH/3-hourly_025deg/CMORPH+MWCOMB_025deg-3hr.ctl # cp /home/people/cpc/ftp/precip/qmorph/30min_8km/QMORPH_8km-30-minute.ctl temp rm /home/people/cpc/ftp/precip/qmorph/30min_8km/QMORPH_8km-30-minute.ctl mv temp /home/people/cpc/ftp/precip/qmorph/30min_8km/QMORPH_8km-30-minute.ctl # cp /home/people/cpc/ftp/precip/qmorph/30min_8km/README.qmorph.8km_30minute temp rm /home/people/cpc/ftp/precip/qmorph/30min_8km/README.qmorph.8km_30minute mv temp /home/people/cpc/ftp/precip/qmorph/30min_8km/README.qmorph.8km_30minute # cp /home/people/cpc/ftp/precip/qmorph/30min_025deg/qmorph.ctl temp rm /home/people/cpc/ftp/precip/qmorph/30min_025deg/qmorph.ctl mv temp /home/people/cpc/ftp/precip/qmorph/30min_025deg/qmorph.ctl # cp /home/people/cpc/ftp/precip/qmorph/30min_025deg/README.qmorph.025deg_30minute temp rm /home/people/cpc/ftp/precip/qmorph/30min_025deg/README.qmorph.025deg_30minute mv temp /home/people/cpc/ftp/precip/qmorph/30min_025deg/README.qmorph.025deg_30minute # # exit