|
IODA
|
Go to the source code of this file.
Namespaces | |
| check_ioda_nc | |
Functions | |
| def | check_ioda_nc.CheckVarValues (Var) |
| SUBROUTINES. More... | |
| def | check_ioda_nc.GenNcFileList (ArgList) |
| This routine will walk through the list of files from the command line arguments and create a list of netcdf files to check. More... | |
| def | check_ioda_nc.CheckNcFile (NcFileName, Verbose) |
| This routine will check the contents of one file for compliance with the ioda netcdf conventions. More... | |
Variables | |
| check_ioda_nc.ScriptName = os.path.basename(sys.argv[0]) | |
| MAIN. More... | |
| check_ioda_nc.ap = argparse.ArgumentParser() | |
| check_ioda_nc.action | |
| check_ioda_nc.help | |
| check_ioda_nc.nargs | |
| check_ioda_nc.MyArgs = ap.parse_args() | |
| check_ioda_nc.NetcdfList = MyArgs.nc_file_or_dir | |
| check_ioda_nc.Verbose = MyArgs.verbose | |
| def | check_ioda_nc.NcFileList = GenNcFileList(NetcdfList) |
| int | check_ioda_nc.TotalErrorCount = 0 |
| check_ioda_nc.TotalErrors | |