Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
analytical_profile.h
Go to the documentation of this file.
1/** @file analytical_profile.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/observations/analytical_profile.F90
5
6extern void analytical_profile_ (
8 realtype * z,
9 realtype * z1,
10 realtype * v1,
11 realtype * z2,
12 realtype * v2,
14);
16 integer * nlev,
17 realtype * z,
18 realtype * z1,
19 realtype * v1,
20 realtype * z2,
21 realtype * v2,
22 realtype * prof) {
24}
void analytical_profile_(integer *nlev, realtype *z, realtype *z1, realtype *v1, realtype *z2, realtype *v2, realtype *prof)
static void observations_analytical_profile(integer *nlev, realtype *z, realtype *z1, realtype *v1, realtype *z2, realtype *v2, realtype *prof)
int x
Definition common.h:76
int z
Definition common.h:76
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47