 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
13 #include "../classes.h"
14 #include "../../shared/shared.h"
31 xMemCpy<IssmDouble>(
values,in_values,
N);
38 xDelete<IssmDouble>(
values);
55 for(
int i=0;i<this->
N;i++){
106 else if(time>this->timesteps[this->
N-1]){
108 output=this->
values[this->
N-1];
113 for(
int i=0;i<this->
N;i++){
114 if(time==this->timesteps[i]){
121 if(this->timesteps[i]<time && time<this->
timesteps[i+1]){
123 IssmDouble deltat=this->timesteps[i+1]-this->timesteps[i];
126 else output=this->
values[i];
134 if(!found)
_error_(
"did not find time interval on which to interpolate values");
#define _printf_(StreamArgs)
#define MARSHALLING_ENUM(EN)
#define MARSHALLING_ARRAY(FIELD, TYPE, SIZE)
const char * EnumToStringx(int enum_in)
IssmDouble alpha(IssmDouble x, IssmDouble y, IssmDouble z, int testid)
#define MARSHALLING(FIELD)
#define _error_(StreamArgs)
void GetParameterValue(bool *pbool)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)