Subversion Repositories lagranto.um

Rev

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

Rev 5 Rev 13
Line 312... Line 312...
312
if ( "${flag}" != "" ) then
312
if ( "${flag}" != "" ) then
313
  echo "Input files availability < 1 hour ($timeinc): switch to hires"
313
  echo "Input files availability < 1 hour ($timeinc): switch to hires"
314
  echo "mode. All input files must be of form: P{yyyymmdd_hhmm}"
314
  echo "mode. All input files must be of form: P{yyyymmdd_hhmm}"
315
  set hires = 1
315
  set hires = 1
316
  set timeinc_min = `echo "(${timeinc} * 100 + 0.5)/1" | bc`
316
  set timeinc_min = `echo "(${timeinc} * 100 + 0.5)/1" | bc`
317
  set timeinc     = `echo "scale=2; ${timeinc} * 100 / 60" | bc`
317
  set timeinc     = `echo "scale=8; ${timeinc} * 100 / 60" | bc`
318
  goto hires
318
  goto hires
319
endif
319
endif
320
 
320
 
321
## Search the first file to use: We step through all P files and see whether they are
321
## Search the first file to use: We step through all P files and see whether they are
322
# good P files. Let's first do the test for the first data file found. If it's ok, we 
322
# good P files. Let's first do the test for the first data file found. If it's ok, we