mpas_analysis.shared.regions.compute_region_masks.ComputeRegionMasks
- class mpas_analysis.shared.regions.compute_region_masks.ComputeRegionMasks(config, conponentName)[source]
 An analysis tasks for computing cell masks for regions defined by geojson features
- Variables:
 regionMaskSubtasks (dict of
ComputeRegionMasksSubtaskobjects) – The subtasks of this task with file names as keys
- __init__(config, conponentName)[source]
 Construct the analysis task.
- Parameters:
 config (mpas_tools.config.MpasConfigParser) – Configuration options
conponentName (str) – The component to make mapping files for
Methods
__init__(config, conponentName)Construct the analysis task.
add_mask_subtask(regionGroup[, obsFileName, ...])Construct the analysis task and adds it as a subtask of the
parentTask.add_subtask(subtask)Add a subtask to this tasks.
check_analysis_enabled(analysisOptionName[, ...])Check to make sure a given analysis is turned on, issuing a warning or raising an exception if not.
check_generate()Determines if this analysis should be generated, based on the
generateconfig option andtaskName,componentNameandtags.close()Close the Process object.
is_alive()Return whether process is alive
join([timeout])Wait until child process terminates
kill()Terminate process; sends SIGKILL signal or uses TerminateProcess()
run([writeLogFile])Sets up logging and then runs the analysis task.
run_after(task)Only run this task after the given task has completed.
run_task()Run the analysis.
set_start_end_date(section)Set the start and end dates in the
configcorrespond to the start and end years in a given category of analysissetup_and_check()Perform steps to set up the analysis (e.g. reading namelists and streams files).
start()Start child process
terminate()Terminate process; sends SIGTERM signal or uses TerminateProcess()
Attributes
BLOCKEDFAILREADYRUNNINGSUCCESSUNSETauthkeydaemonReturn whether process is a daemon
exitcodeReturn exit code of process or None if it has yet to stop
identReturn identifier (PID) of process or None if it has yet to start
namepidReturn identifier (PID) of process or None if it has yet to start
sentinelReturn a file descriptor (Unix) or handle (Windows) suitable for waiting for process termination.