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

Detailed Description

This is an internal implementation class that should never be
used directly. It instructs the hwrf.coupling.CoupledWRF to call
the WRFWW3POM.copy_ww3_inputs to check or link WW3 input data.

Definition at line 269 of file ww3.py.

Inheritance diagram for hwrf.ww3.WW3Initer:
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.ww3.WW3Initer.__init__ (   self,
  wcp 
)
Creates a WW3Initer that will pass control to the given
WRFWW3POM object, stored as self.wcp.

Definition at line 273 of file ww3.py.

Member Function Documentation

def hwrf.ww3.WW3Initer.check_coupled_inputs (   self,
  logger 
)
Calls the WRFWW3POM.copy_ww3_inputs with just_check=True.

Definition at line 277 of file ww3.py.

def hwrf.ww3.WW3Initer.link_coupled_inputs (   self,
  just_check,
  logger 
)
Calls the WRFWW3POM.copy_ww3_inputs passing just_check.

Definition at line 280 of file ww3.py.


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