#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "cs_air_props.h"
#include "cs_base.h"
#include "cs_math.h"
#include "cs_physical_constants.h"
#include "cs_atmo_profile_std.h"
Functions | |
void | cs_atmo_profile_std (cs_real_t z, cs_real_t *p, cs_real_t *t, cs_real_t *r) |
compute standard atmospheric profile (Holton p 374) More... | |
Compute standard atmospheric profile.