Changeset 177
- Timestamp:
- 04/08/08 14:53:25
- Files:
-
- scout/branches/cdl_0master.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/branches/cdl_0master.pl
r176 r177 63 63 my $FileCreationOption = 0; 64 64 my $strObsKMLFilePath; 65 if( @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 } 65 72 if( @ARGV > 1 ) 66 73 {
