Subversion Repositories lagranto.um

Rev

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

Rev 7 Rev 13
Line 298... Line 298...
298
if ( "${flag}" != "" ) then
298
if ( "${flag}" != "" ) then
299
  echo "Input files availability < 1 hour ($timeinc): switch to hires"
299
  echo "Input files availability < 1 hour ($timeinc): switch to hires"
300
  echo "mode. All input files must be of form: P{yyyymmdd_hhmm}"
300
  echo "mode. All input files must be of form: P{yyyymmdd_hhmm}"
301
  set hires = 1
301
  set hires = 1
302
  set timeinc_min = `echo "(${timeinc} * 100 + 0.5)/1" | bc`
302
  set timeinc_min = `echo "(${timeinc} * 100 + 0.5)/1" | bc`
303
  set timeinc     = `echo "scale=2; ${timeinc} * 100 / 60" | bc`
303
  set timeinc     = `echo "scale=8; ${timeinc} * 100 / 60" | bc`
304
  goto hires
304
  goto hires
305
endif
305
endif
306
 
306
 
307
# Search the first file to use: We step through all P files and see whether they are
307
# Search the first file to use: We step through all P files and see whether they are
308
# good P files. Let's first do the test for the first data file found. If it's ok, we 
308
# good P files. Let's first do the test for the first data file found. If it's ok, we