Index: raw2proc/trunk/raw2proc/procutil.py =================================================================== --- raw2proc/trunk/raw2proc/procutil.py (revision 117) +++ raw2proc/trunk/raw2proc/procutil.py (revision 118) @@ -1,4 +1,4 @@ #!/usr/bin/env python -# Last modified: Time-stamp: <2008-02-15 17:30:53 haines> +# Last modified: Time-stamp: <2008-02-19 15:04:00 jcleary> """Utilities to help data processing Index: raw2proc/trunk/raw2proc/raw2proc.py =================================================================== --- raw2proc/trunk/raw2proc/raw2proc.py (revision 117) +++ raw2proc/trunk/raw2proc/raw2proc.py (revision 118) @@ -1,4 +1,4 @@ #!/usr/bin/env python -# Last modified: Time-stamp: <2008-02-12 14:43:50 haines> +# Last modified: Time-stamp: <2008-02-19 15:04:00 jcleary> """Process raw data to monthly netCDF data files @@ -169,5 +169,4 @@ # compute datetime for each file for fn in all_raw_files: - # JC changes fndt_tuple = filt_datetime(os.path.basename(fn)) @@ -181,5 +180,4 @@ print dt_start # end JC changes - if fndt: if dt_start <= fndt <= dt_end: