#! /usr/bin/env python3
"""
# test_drive is part of pyGMTSAR. 
# It is used to download and run test runs from topex GMTSAR website.
# Dunyu Liu, 20230420.

# 
"""

import sys, os, re, configparser
import subprocess, glob

test_list=['ALOS_BE', 'S1_Ridgecrest_EQ']


if 
