HWRF  trunk@4391
Public Member Functions | Public Attributes | List of all members
hwrf.mpipomtc.POMIniter Class Reference

This is an internal implementation class that should never be used directly. More...

Detailed Description

This is an internal implementation class that should never be used directly.

It instructs the hwrf.coupling.CoupledWRF to call the WRFCoupledPOM.copy_pom_inputs to check or link POM input data.

Definition at line 343 of file mpipomtc.py.

Inheritance diagram for hwrf.mpipomtc.POMIniter:
hwrf.coupling.ComponentIniter

Public Member Functions

def __init__ (self, wcp)
 
def check_coupled_inputs (self, logger)
 
def link_coupled_inputs (self, just_check, logger)
 
- Public Member Functions inherited from hwrf.coupling.ComponentIniter
def check_coupled_inputs (self, logger)
 
def link_coupled_inputs (self, just_check, logger)
 
def make_exe (self, task, exe, ranks)
 

Public Attributes

 wcp
 

Constructor & Destructor Documentation

def hwrf.mpipomtc.POMIniter.__init__ (   self,
  wcp 
)
Creates a POMIniter that will pass control to the given
WRFCoupledPOM object, stored as self.wcp.

Definition at line 348 of file mpipomtc.py.

Member Function Documentation

def hwrf.mpipomtc.POMIniter.check_coupled_inputs (   self,
  logger 
)
Calls the WRFCoupledPOM.copy_pom_inputs with just_check=True.

Definition at line 352 of file mpipomtc.py.

def hwrf.mpipomtc.POMIniter.link_coupled_inputs (   self,
  just_check,
  logger 
)
Calls the WRFCoupledPOM.copy_pom_inputs passing just_check.

Definition at line 355 of file mpipomtc.py.


The documentation for this class was generated from the following file: