Changeset 177

Show
Ignore:
Timestamp:
04/08/08 14:53:25
Author:
dan
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scout/branches/cdl_0master.pl

    r176 r177  
    6363my $FileCreationOption = 0; 
    6464my $strObsKMLFilePath; 
     65if( @ARGV == 0 ) 
     66{ 
     67  die( "ERROR: Missing command line arguments. Ths script uses the following command line parameters:". 
     68       "Parameter 0 is the netcdf filename to process.\n". 
     69       "Parameter 1 is an optional parameter. Valid values are: 0 Write only SQL files, 1 Write only obsKML file, or 2 Write both SQL files and obsKML file. Default value is 0.\n". 
     70       "Parameter 2 is the directory where the obsKML file is stored. If not provided the default directory is the current directory.\n" ); 
     71} 
    6572if( @ARGV > 1 ) 
    6673{