HWRF
trunk@4391
|
This is an internal implementation class that should never be used directly. More...
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.
Public Member Functions | |
def | __init__ (self, wcp) |
def | check_coupled_inputs (self, logger) |
def | link_coupled_inputs (self, just_check, logger) |
![]() | |
def | check_coupled_inputs (self, logger) |
def | link_coupled_inputs (self, just_check, logger) |
def | make_exe (self, task, exe, ranks) |
Public Attributes | |
wcp | |
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.
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.