|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
A class running an external energy balance model. More...
#include <PSExternal.hh>
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 |
A class running an external energy balance model.
Definition at line 33 of file PSExternal.hh.
| EBM_driver | ( | MPI_Comm | com | ) |
Definition at line 24 of file ebm_driver.cc.
References command, and inter_comm.
| int run | ( | ) |
Definition at line 29 of file ebm_driver.cc.
References command, EBM_STATUS_FAILED, EBM_STATUS_READY, inter_comm, run_ebm(), TAG_EBM_COMMAND, TAG_EBM_RUN, TAG_EBM_STATUS, and TAG_EBM_STOP.
Referenced by main().
| int run_ebm | ( | double | year | ) | [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().
1.7.3