OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
profile_management.h
Go to the documentation of this file.
1 #ifndef _PROFILE_MANAGEMENT_H_
2 #define _PROFILE_MANAGEMENT_H_
3 
4 int profile_to_101_(double *p, double *t, double *w, int *n, double *lat,
5  double *pp, double *tt, double *ww, int *is_o3) ;
6 
7 int make_profile_101_(double *p) ;
8 
9 int int_levels_pp(double *p, double *t, double *w, int n,
10  double *pp, double *tt, double *ww, int nn, int *i_str, int *i_end);
11 
12 
13 int height_profile_(double *p, double *t, double *w, double *, int *, double *);
14 
15 float get_satmix(float, float);
16 double lin_int(double, double, double, double, double);
17 
18 void extem101_64_(double *tt, double *slat);
19 
20 #endif
data_t t[NROOTS+1]
Definition: decode_rs.h:77
double lin_int(double, double, double, double, double)
float * lat
int make_profile_101_(double *p)
float pp[MODELMAX]
Definition: atrem_corl1.h:173
subroutine tt(NMAX, NCHECK)
Definition: ampld.lp.f:1852
int profile_to_101_(double *p, double *t, double *w, int *n, double *lat, double *pp, double *tt, double *ww, int *is_o3)
float get_satmix(float, float)
int height_profile_(double *p, double *t, double *w, double *, int *, double *)
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)
void extem101_64_(double *tt, double *slat)
float p[MODELMAX]
Definition: atrem_corl1.h:131