PISM, A Parallel Ice Sheet Model stable 0.4.1779
Public Member Functions | Protected Member Functions | Protected Attributes

EBM_driver Class Reference

A class running an external energy balance model. More...

#include <PSExternal.hh>

List of all members.

Public Member Functions

 EBM_driver (MPI_Comm com)
int run ()

Protected Member Functions

int run_ebm (double year)

Protected Attributes

MPI_Comm inter_comm
string command

Detailed Description

A class running an external energy balance model.

Definition at line 33 of file PSExternal.hh.


Constructor & Destructor Documentation

EBM_driver ( MPI_Comm  com)

Definition at line 24 of file ebm_driver.cc.

References command, and inter_comm.


Member Function Documentation

int run ( )
int run_ebm ( double  year) [protected]

Definition at line 119 of file ebm_driver.cc.

References command.

Referenced by run().


Member Data Documentation

string command [protected]

Definition at line 39 of file PSExternal.hh.

Referenced by EBM_driver(), run(), and run_ebm().

MPI_Comm inter_comm [protected]

Definition at line 38 of file PSExternal.hh.

Referenced by EBM_driver(), and run().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines