IODA Bundle
test_wrfdadiag Namespace Reference

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)
 

Variable Documentation

◆ args

test_wrfdadiag.args = parser.parse_args()

Definition at line 25 of file test_wrfdadiag.py.

◆ diag

test_wrfdadiag.diag = wrfdad.Radiances(infile)

Definition at line 30 of file test_wrfdadiag.py.

◆ help

test_wrfdadiag.help

Definition at line 17 of file test_wrfdadiag.py.

◆ infile

test_wrfdadiag.infile = args.input

Definition at line 27 of file test_wrfdadiag.py.

◆ IODA_CONV_PATH

string test_wrfdadiag.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"

Definition at line 7 of file test_wrfdadiag.py.

◆ outdir

test_wrfdadiag.outdir = args.output

Definition at line 28 of file test_wrfdadiag.py.

◆ parser

test_wrfdadiag.parser
Initial value:
1 = argparse.ArgumentParser(
2  description=('Test for WRFDA netCDF diag file to IODA Obs files converters'))

Definition at line 14 of file test_wrfdadiag.py.

◆ required

test_wrfdadiag.required

Definition at line 18 of file test_wrfdadiag.py.

◆ str

test_wrfdadiag.str

Definition at line 18 of file test_wrfdadiag.py.

◆ type

test_wrfdadiag.type

Definition at line 18 of file test_wrfdadiag.py.