Changeset 142


Ignore:
Timestamp:
06/11/09 15:58:19 (15 years ago)
Author:
ericg
Message:

Clean stop when file is missing from database due to wrong dates specifications

Location:
trunk/procs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/def_file_name.pro

    r91 r142  
    4141   IF debug_w THEN print, '     suffix after search_time_file = ', suffix 
    4242   IF debug_w THEN print, '     date1, date2 = ', date1, ' ', date2 
     43 
     44   IF date1 EQ '???' THEN BEGIN  
     45      print, ' *** File not found: check dates in post_it.pro line !' 
     46      stop 
     47   ENDIF  
    4348    
    4449   file_name = cmd.exp+'_'+timavef+'_'+date1+'_'+date2+suffix+'.nc' 
  • trunk/procs/search_time_file.pro

    r118 r142  
    5454         print, '      ', line 
    5555         print, ' ' 
     56 
     57         ; identify right file 
    5658 
    5759         il = 0 
Note: See TracChangeset for help on using the changeset viewer.