PIHMv2.2
 All Classes Files Functions Variables Typedefs Macros
Macros | Functions
is_sm_et.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "nvector_serial.h"
#include "sundials_types.h"
#include "pihm.h"

Macros

#define EPSILON   0.05
 
#define UNIT_C
 
#define multF1   1
 
#define multF2   5
 
#define multF3   1
 
#define multF4   1.0
 
#define C_air   1004.0
 
#define Lv   (2.503*pow(10,6))
 
#define SIGMA   (5.67*pow(10,-8)*60)
 
#define R_dry   287.04
 
#define R_v   461.5
 

Functions

realtype Interpolation (TSD *Data, realtype t)
 
void is_sm_et (realtype t, realtype stepsize, void *DS, N_Vector VY)
 

Macro Definition Documentation

#define C_air   1004.0
#define EPSILON   0.05
#define Lv   (2.503*pow(10,6))
#define multF1   1
#define multF2   5
#define multF3   1
#define multF4   1.0
#define R_dry   287.04
#define R_v   461.5
#define SIGMA   (5.67*pow(10,-8)*60)
#define UNIT_C
Value:
1440 /* 60*24 for calculation of yDot in m/min
* units while forcing is in m/day. */

Function Documentation

realtype Interpolation ( TSD Data,
realtype  t 
)
void is_sm_et ( realtype  t,
realtype  stepsize,
void *  DS,
N_Vector  VY 
)