Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
humidity.h
Go to the documentation of this file.
1
/** @file humidity.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/airsea/humidity.F90
5
6
extern
void
humidity_
(
7
integer
*
hum_method
,
8
realtype
*
hum
,
9
realtype
*
airp
,
10
realtype
*
tw
,
11
realtype
*
ta
12
);
13
static
inline
void
airsea_humidity
(
14
integer
*
hum_method
,
15
realtype
*
hum
,
16
realtype
*
airp
,
17
realtype
*
tw
,
18
realtype
*
ta
) {
19
humidity_
(
hum_method
,
hum
,
airp
,
tw
,
ta
);
20
}
x
int x
Definition
common.h:76
integer
int integer
Definition
cvmix.h:105
realtype
double realtype
Definition
common.h:47
airsea_humidity
static void airsea_humidity(integer *hum_method, realtype *hum, realtype *airp, realtype *tw, realtype *ta)
Definition
humidity.h:13
humidity_
void humidity_(integer *hum_method, realtype *hum, realtype *airp, realtype *tw, realtype *ta)
gotm
airsea
humidity.h
Generated by
1.9.8