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
6extern void humidity_ (
10 realtype * tw,
11 realtype * ta
12);
13static inline void airsea_humidity (
15 realtype * hum,
16 realtype * airp,
17 realtype * tw,
18 realtype * ta) {
20}
int x
Definition common.h:76
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47
static void airsea_humidity(integer *hum_method, realtype *hum, realtype *airp, realtype *tw, realtype *ta)
Definition humidity.h:13
void humidity_(integer *hum_method, realtype *hum, realtype *airp, realtype *tw, realtype *ta)