OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
calendars.f95 File Reference

Go to the source code of this file.

Modules

module  calendars
 

Functions/Subroutines

integer function, public day_of_week_from_fixed (dt1)
 
real function, public seconds_from_fixed (dt1)
 
integer function, public timezone_from_longitude (lon)
 
type(datetime) function, public universal_from_local (dt1, lon)
 
type(datetime) function, public local_from_universal (dt1, lon)
 
type(datetime) function, public standard_from_universal (dt1, tz)
 
type(datetime) function, public universal_from_standard (dt1, tz)
 
logical function, public gregorian_leap_year (yr)
 
type(datetime) function, public fixed_from_gregorian (gdt1)
 
integer function, public time_from_gregorian (gdt1)
 
type(gdatetime) function, public gregorian_from_time (dt1)
 
type(datetime) function, public gregorian_year_start (yr)
 
type(datetime) function, public gregorian_year_end (yr)
 
subroutine, public gregorian_year_range (yr, yrange)
 
integer function, public gregorian_year_from_fixed (dt1)
 
type(gdatetime) function, public gregorian_from_fixed (dt1)
 
type(datetime) function, public gregorian_date_difference (gdt1, gdt2)
 
type(gdatetime) function, public gregorian_from_doy (yr, doy)
 
integer function, public doy_from_gregorian (gdt1)
 
integer function, public doy_from_fixed (dt1)
 
type(datetime) function, public fixed_from_doy (yr, doy)
 
integer function, public season_from_doy (yr, doy)
 
integer function, public tai93_from_fixed (dt)
 
type(datetime) function, public fixed_from_tai93 (tai)