OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
profile_management.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int profile_to_101_ (double *p, double *t, double *w, int *n, double *lat, double *pp, double *tt, double *ww, int *is_o3)
 
int make_profile_101_ (double *p)
 
int int_levels_pp (double *p, double *t, double *w, int n, double *pp, double *tt, double *ww, int nn, int *i_str, int *i_end)
 
int height_profile_ (double *p, double *t, double *w, double *, int *, double *)
 
float get_satmix (float, float)
 
double lin_int (double, double, double, double, double)
 
void extem101_64_ (double *tt, double *slat)
 

Function Documentation

◆ extem101_64_()

void extem101_64_ ( double *  tt,
double *  slat 
)

◆ get_satmix()

float get_satmix ( float  ,
float   
)

After Rogers and Yau.

latent heat of ice, doesnt change very much

saturation vapor pressure in mb

saturation mixing ratio in g/kg

Definition at line 125 of file profile_management.c.

◆ height_profile_()

int height_profile_ ( double *  p,
double *  t,
double *  w,
double *  ,
int *  ,
double *   
)

Definition at line 253 of file profile_management.c.

◆ int_levels_pp()

int int_levels_pp ( double *  p,
double *  t,
double *  w,
int  n,
double *  pp,
double *  tt,
double *  ww,
int  nn,
int *  i_str,
int *  i_end 
)

Definition at line 179 of file profile_management.c.

◆ lin_int()

double lin_int ( double  ,
double  ,
double  ,
double  ,
double   
)

Definition at line 15 of file profile_management.c.

◆ make_profile_101_()

int make_profile_101_ ( double *  p)

Definition at line 157 of file profile_management.c.

◆ profile_to_101_()

int profile_to_101_ ( double *  p,
double *  t,
double *  w,
int *  n,
double *  lat,
double *  pp,
double *  tt,
double *  ww,
int *  is_o3 
)

Definition at line 25 of file profile_management.c.