Ignore:
Timestamp:
04/14/13 00:29:52 (11 years ago)
Author:
Daniela Dorner
Message:
prepared script to run in cron
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillEffectiveOn.sh

    r15259 r15331  
    33# option
    44doupdate="yes" # update all entries (needed when new fields have been added)
    5 #doupdate="no" # fill only entries which are not yet existing (default)
     5doupdate="no" # fill only entries which are not yet existing (default)
    66
    77
     
    3030#        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
    3131        )
    32 #dates=( `find -L $ziprawdata -mindepth 3 -type d | sort -r | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw
     32dates=( `find -L $ziprawdata -mindepth 3 -type d | sort -r | sed "s/\${ziprawdata_for_sed}//g" | sed -e 's/^\///'` ) #all available dates in /loc_data/zipraw
    3333
    34 dates=( "2012/11/19" )
     34#dates=( "2012/11/19" )
    3535
    3636printprocesslog "INFO processing the following night(s): "${dates[@]}
Note: See TracChangeset for help on using the changeset viewer.