Changeset 317


Ignore:
Timestamp:
May 14, 2009 11:07:55 AM (15 years ago)
Author:
heinze
Message:

Bugfix in timeseries.ncl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/timeseries.ncl

    r310 r317  
    358358      end do
    359359
     360      if(comma .eq. 0 .or. comma .eq. 1)
     361          print(" ")
     362          print("The variables 'var="+var+"'" )
     363          print("do not exist on your input file;")
     364          print("be sure to have one comma before and after each variable")
     365          print(" ")
     366          exit
     367      end if
     368
    360369      indices = new((/comma/), integer)
    361370      comma   = 0
     
    384393             count_check=count_check+1
    385394           end if
    386         end do 
    387    
     395        end do   
     396
    388397        if(count_check .eq. dim)
    389398            print(" ")
Note: See TracChangeset for help on using the changeset viewer.