Skip to content

Namespace timestate_mod

Namespace List > timestate_mod

Public Functions

Type Name
real function get_cos_sza (class(timestatetype), intent(in) this, real, intent(in) lat, real, intent(in) lon, logical, intent(in), optional mid_timestep)
Compute solar zenith angle (degrees) using latitude, longitude, and time of day.
logical function, public is_global_holiday (integer, intent(in) month, integer, intent(in) day)
Check if a date is a global holiday.
logical function, public is_us_holiday (integer, intent(in) month, integer, intent(in) day)
Check if a date is a U.S.

Public Functions Documentation

function get_cos_sza

Compute solar zenith angle (degrees) using latitude, longitude, and time of day.

real function timestate_mod::get_cos_sza (
    class( timestatetype ), intent(in) this,
    real, intent(in) lat,
    real, intent(in) lon,
    logical, intent(in), optional mid_timestep
) 


function is_global_holiday

Check if a date is a global holiday.

logical function, public timestate_mod::is_global_holiday (
    integer, intent(in) month,
    integer, intent(in) day
) 


function is_us_holiday

Check if a date is a U.S.

logical function, public timestate_mod::is_us_holiday (
    integer, intent(in) month,
    integer, intent(in) day
) 

holiday



The documentation for this class was generated from the following file src/core/TimeState_Mod.F90