|
IODA Bundle
|
Variables | |
| string | IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
| parser | |
| help | |
| type | |
| str | |
| required | |
| args = parser.parse_args() | |
| infile = args.input | |
| outdir = args.output | |
| diag = wrfdad.Radiances(infile) | |
| test_wrfdadiag.args = parser.parse_args() |
Definition at line 25 of file test_wrfdadiag.py.
| test_wrfdadiag.diag = wrfdad.Radiances(infile) |
Definition at line 30 of file test_wrfdadiag.py.
| test_wrfdadiag.help |
Definition at line 17 of file test_wrfdadiag.py.
| test_wrfdadiag.infile = args.input |
Definition at line 27 of file test_wrfdadiag.py.
| string test_wrfdadiag.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
Definition at line 7 of file test_wrfdadiag.py.
| test_wrfdadiag.outdir = args.output |
Definition at line 28 of file test_wrfdadiag.py.
| test_wrfdadiag.parser |
Definition at line 14 of file test_wrfdadiag.py.
| test_wrfdadiag.required |
Definition at line 18 of file test_wrfdadiag.py.
| test_wrfdadiag.str |
Definition at line 18 of file test_wrfdadiag.py.
| test_wrfdadiag.type |
Definition at line 18 of file test_wrfdadiag.py.