MPAS-JEDI
SpawnAnalyzeStats Namespace Reference

Functions

def main ()
 

Variables

string jobenv = 'csh'
 
list jobbody = [+mainScript.__name__+]
 

Function Documentation

◆ main()

def SpawnAnalyzeStats.main ( )
Main function that sequentially
() collates command-line agruments (SpawnAnalyzeStatsArgs) and static
   configuration module (config)
() loops over selected DiagSpaces, and for each
   - spawns a job that executes AnalyzeStats on multiple processors

Definition at line 59 of file SpawnAnalyzeStats.py.

Here is the call graph for this function:

Variable Documentation

◆ jobbody

list SpawnAnalyzeStats.jobbody = [+mainScript.__name__+]

Definition at line 17 of file SpawnAnalyzeStats.py.

◆ jobenv

string SpawnAnalyzeStats.jobenv = 'csh'

Definition at line 16 of file SpawnAnalyzeStats.py.