Subversion Repositories lagranto.ecmwf

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 200... Line 200...
200
# Everything is fine so far: proceed
200
# Everything is fine so far: proceed
201
label2:
201
label2:
202
 
202
 
203
# Set the next date and check its availability
203
# Set the next date and check its availability
204
if ( ( ${timeshift} != 0 ) || ( ${min} > 0 ) ) then
204
if ( ( ${timeshift} != 0 ) || ( ${min} > 0 ) ) then
205
    set date1=`${LAGRANTO}goodies/newtime $date0 $timeinc`
205
    set date1=`${LAGRANTO}/goodies/newtime $date0 $timeinc`
206
    if ( ! -f ${charp}${date1} ) then
206
    if ( ! -f ${charp}${date1} ) then
207
       echo " ERROR: file with primary data is missing for $date1"
207
       echo " ERROR: file with primary data is missing for $date1"
208
       exit 1
208
       exit 1
209
    else
209
    else
210
       set pfile1=${charp}${date1}
210
       set pfile1=${charp}${date1}