Plotting module¶
-
class
Plotting.Plotting(configfile, NPROCS)¶ Bases:
cloudflow.job.Job.JobImplementation of Job class for plotting jobs
-
configfile¶ A JSON configuration file containing the required parameters for this class.
- Type
str
-
jobtype¶ The specific type of plotting job.
- Type
str
-
NPROCS¶ Total number of processors in this cluster.
- Type
int
-
OFS¶ The ocean forecast to run.
- Type
str
-
CDATE¶ The forecast date in format YYYYMMDD
- Type
str
-
HH¶ The forecast cycle in format HH
- Type
string
-
BUCKET¶ The cloud bucket name for saving results
- Type
str
-
BCKTFLDR¶ The cloud folder name for saving results
- Type
str
-
INDIR¶ The full path to the input folder, usually the same as the OUTDIR for the forecast job
- Type
str
-
OUTDIR¶ The full path to the output folder
- Type
str
-
VARS¶ The forecast fields to plot
- Type
list of str
-
FSPEC¶ The regular expression of the filename specifier for list of input files
- Type
list
-
VERIFDIR¶ The full path to the location of the verification dataset
- Type
str
-
parseConfig(cfDict)¶ Parses the configuration dictionary to class attributes
- Parameters
cfDict (dict) – Dictionary containing this cluster parameterized settings.
-