; ; this routine calls a routine that converts ; SABER netcdf files to an ASCII ; file that can be read by Maya's comparison code ; input_file_name='' output_directory='' read, 'Enter Input filename> ', input_file_name read, 'Enter Output directory path> ', output_directory convert_saber_netcdf_to_ascii, input_file_name, output_directory end