Subversion Repositories lagranto.ecmwf

Rev

Rev 3 | Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 483... Line 483...
483
endif
483
endif
484
 
484
 
485
# Decide whether startfile has an explicit format specifier
485
# Decide whether startfile has an explicit format specifier
486
set format = "0"
486
set format = "0"
487
foreach app ( 1 2 3 4 5 6 7 8 9 )
487
foreach app ( 1 2 3 4 5 6 7 8 9 )
488
  set flag = `echo ${startf} | grep ".${app}"`
488
  set flag = `echo ${startf} | grep "\.${app}"`
489
  if ( "${flag}" != "" ) set format = "${app}"
489
  if ( "${flag}" != "" ) set format = "${app}"
490
end
490
end
491
 
491
 
492
# If format is 0, it might nevertheless be a hidden format 1
492
# If format is 0, it might nevertheless be a hidden format 1
493
if ( "${format}" == "0" ) then
493
if ( "${format}" == "0" ) then