Subversion Repositories lagranto.ecmwf

Rev

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

Rev 39 Rev 46
Line 512... Line 512...
512
 
512
 
513
# Loop over all variables - check availability
513
# Loop over all variables - check availability
514
foreach v ( $vars )
514
foreach v ( $vars )
515
  if ( $calf[1] == 0 ) then
515
  if ( $calf[1] == 0 ) then
516
    set v0 = `echo $v | awk 'BEGIN {FS = ":"}; {print $1}'`
516
    set v0 = `echo $v | awk 'BEGIN {FS = ":"}; {print $1}'`
517
 
-
 
518
    ${LAGRANTO}/goodies/getvars $tfil[1]$datfiles[1]
517
    ${LAGRANTO}/goodies/getvars $tfil[1]$datfiles[1]
519
 
518
 
520
    set flag=`${LAGRANTO}/goodies/getvars $tfil[1]$datfiles[1] | grep " $v0 " | wc -l`
519
    set flag=`${LAGRANTO}/goodies/getvars $tfil[1]$datfiles[1] | grep " $v0 " | wc -l`
521
    set iscomment=`echo $v0 | cut -c 1` 
520
    set iscomment=`echo $v0 | cut -c 1` 
522
    
521