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