Go to the source code of this file.
Functions/Subroutines | |
| subroutine | init_solar_dec (time) |
| subroutine | solar_dec (time) |
| real(kind=real_kind) | rt_asc (ang) |
| subroutine | mean_zenith_angle (sib, time) |
| subroutine | zenith_angle (hour, cosz) |
| subroutine init_solar_dec | ( | type(time_struct),intent(in) | time | ) |
Definition at line 2 of file zenith.F90.
References sib_const_module::eqnx, sib_const_module::lonearth, and physical_parameters::pidaypy.
Referenced by init_sibdrv().
| subroutine mean_zenith_angle | ( | type(sib_t),dimension(subcount),intent(inout) | sib, | |
| type(time_struct),intent(in) | time | |||
| ) |
Definition at line 125 of file zenith.F90.
References sib_const_module::subcount, and zenith_angle().
Referenced by sibdrive().
| real(kind=real_kind) rt_asc | ( | real(kind=real_kind) | ang | ) |
Definition at line 98 of file zenith.F90.
References physical_parameters::pi.
| subroutine solar_dec | ( | type(time_struct),intent(in) | time | ) |
Definition at line 50 of file zenith.F90.
References sib_const_module::cos_dec, sib_const_module::eqnx, sib_const_module::lonearth, physical_parameters::pi, physical_parameters::pidaypy, and sib_const_module::sin_dec.
Referenced by sibdrive().
| subroutine zenith_angle | ( | real(kind=real_kind),intent(in) | hour, | |
| real(kind=dbl_kind),dimension(subcount),intent(out) | cosz | |||
| ) |
Definition at line 197 of file zenith.F90.
References sib_const_module::cos_dec, sib_const_module::latsib, sib_const_module::lonsib, sib_const_module::sin_dec, sib_const_module::subcount, and sib_const_module::subset.
Referenced by mean_zenith_angle(), and sibdrv_interp().
1.7.1