HWRF  trunk@4391
Functions
scripts.exhwrf_forecast Namespace Reference

Runs the HWRF forecast based on provided input data, producing native output suitable for the HWRF post processing suite. More...

Detailed Description

Runs the HWRF forecast based on provided input data, producing native output suitable for the HWRF post processing suite.

This script runs either the coupled or uncoupled forecast job. Which is chosen is based on the ocean status file. If ocean is enabled, and ocean init succeeded, a coupled run is attempted. Otherwise, an uncoupled run.

Functions

def set_vars (coupling, logger, wrf_ranks)
 Sets MPI tuning variables for the local cluster. More...
 
def doit ()
 Main program for this script: runs the forecast. More...
 
def set_total_tasks (conf)
 

Function Documentation

def scripts.exhwrf_forecast.doit ( )

Main program for this script: runs the forecast.

Definition at line 22 of file exhwrf_forecast.py.

def scripts.exhwrf_forecast.set_vars (   coupling,
  logger,
  wrf_ranks 
)

Sets MPI tuning variables for the local cluster.

Definition at line 15 of file exhwrf_forecast.py.

Referenced by scripts.exhwrf_forecast.doit().