Job module¶
Abstract base class for Job
-
class
Job.Job¶ Bases:
abc.ABCAbstract base class for types of Job
-
configfile¶ - Type
str
-
jobtype¶ - Type
str
-
CDATE¶ - Type
str
-
HH¶ - Type
str
-
OFS¶ - Type
str
-
OUTDIR¶ - Type
str
-
INDIR¶ - Type
str
-
NPROCS¶ - Type
int
-
settings¶ - Type
dict
-
VARS¶ - Type
list
-
FSPEC¶ - Type
str
-
abstract
parseConfig(cfDict)¶
-
readConfig(configfile)¶ reads the JSON file into a dictionary
- Parameters
configfile (str) – A JSON configuration file containing the required parameters for this class.
-