![]() |
Ice Sheet System Model
4.18
Code documentation
|
: kriging main parallel program More...
#include "./issm.h"
Go to the source code of this file.
Functions | |
void | ProcessArguments2 (char **pbinfilename, char **poutbinfilename, char **plockfilename, char **prootpath, int argc, char **argv) |
void | ProcessInputfile (IssmDouble **px, IssmDouble **py, IssmDouble **pdata, int *pnobs, IssmDouble **px_interp, IssmDouble **py_interp, int *pninterp, Options **poptions, FILE *fid) |
int | main (int argc, char **argv) |
: kriging main parallel program
Definition in file kriging.cpp.
void ProcessArguments2 | ( | char ** | pbinfilename, |
char ** | poutbinfilename, | ||
char ** | plockfilename, | ||
char ** | prootpath, | ||
int | argc, | ||
char ** | argv | ||
) |
Definition at line 94 of file kriging.cpp.
void ProcessInputfile | ( | IssmDouble ** | px, |
IssmDouble ** | py, | ||
IssmDouble ** | pdata, | ||
int * | pnobs, | ||
IssmDouble ** | px_interp, | ||
IssmDouble ** | py_interp, | ||
int * | pninterp, | ||
Options ** | poptions, | ||
FILE * | fid | ||
) |
Definition at line 132 of file kriging.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 11 of file kriging.cpp.