![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include "./issm.h"
Go to the source code of this file.
Functions | |
void | InitializeISSM (int argc, char **argv, int **pelementsonlocalrank, int *pnumberofelements, ISSM_MPI_Comm comm_init) |
void | RunISSM (IssmDouble dt, IssmDouble *gcmforcings, IssmDouble *issmoutputs) |
void | FinalizeISSM () |
Variables | |
const int | GCMForcingNumTerms = 1 |
const int | GCMForcingTerms [GCMForcingNumTerms] = { SMBgcmEnum} |
const int | ISSMOutputNumTerms = 1 |
const int | ISSMOutputTerms [ISSMOutputNumTerms] = { SurfaceEnum } |
FemModel * | femmodel |
void InitializeISSM | ( | int | argc, |
char ** | argv, | ||
int ** | pelementsonlocalrank, | ||
int * | pnumberofelements, | ||
ISSM_MPI_Comm | comm_init | ||
) |
Definition at line 18 of file esmfbinders.cpp.
void RunISSM | ( | IssmDouble | dt, |
IssmDouble * | gcmforcings, | ||
IssmDouble * | issmoutputs | ||
) |
Definition at line 46 of file esmfbinders.cpp.
void FinalizeISSM | ( | ) |
Definition at line 144 of file esmfbinders.cpp.
const int GCMForcingNumTerms = 1 |
Definition at line 8 of file esmfbinders.cpp.
const int GCMForcingTerms[GCMForcingNumTerms] = { SMBgcmEnum} |
Definition at line 9 of file esmfbinders.cpp.
const int ISSMOutputNumTerms = 1 |
Definition at line 11 of file esmfbinders.cpp.
const int ISSMOutputTerms[ISSMOutputNumTerms] = { SurfaceEnum } |
Definition at line 12 of file esmfbinders.cpp.
FemModel* femmodel |
Definition at line 16 of file esmfbinders.cpp.