Functions/Subroutines

zenith.F90 File Reference

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)

Function Documentation

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  ) 
subroutine zenith_angle ( real(kind=real_kind),intent(in)  hour,
real(kind=dbl_kind),dimension(subcount),intent(out)  cosz 
)