FV3 Bundle
time_interp_mod::time_interp Interface Reference

Private Member Functions

subroutine time_interp_frac (Time, weight)
 
subroutine time_interp_year (Time, weight, year1, year2)
 
subroutine time_interp_month (Time, weight, year1, year2, month1, month2)
 
subroutine time_interp_day (Time, weight, year1, year2, month1, month2, day1, day2)
 
subroutine time_interp_list (Time, Timelist, weight, index1, index2, modtime, err_msg)
 
subroutine time_interp_modulo (Time, Time_beg, Time_end, Timelist, weight, index1, index2, correct_leap_year_inconsistency, err_msg)
 

Detailed Description

Definition at line 197 of file time_interp.F90.

Member Function/Subroutine Documentation

◆ time_interp_day()

subroutine time_interp_mod::time_interp::time_interp_day ( type(time_type), intent(in)  Time,
real, intent(out)  weight,
integer, intent(out)  year1,
integer, intent(out)  year2,
integer, intent(out)  month1,
integer, intent(out)  month2,
integer, intent(out)  day1,
integer, intent(out)  day2 
)
private

Definition at line 416 of file time_interp.F90.

◆ time_interp_frac()

subroutine time_interp_mod::time_interp::time_interp_frac ( type(time_type), intent(in)  Time,
real, intent(out)  weight 
)
private

Definition at line 264 of file time_interp.F90.

◆ time_interp_list()

subroutine time_interp_mod::time_interp::time_interp_list ( type(time_type), intent(in)  Time,
type(time_type), dimension(:), intent(in)  Timelist,
real, intent(out)  weight,
integer, intent(out)  index1,
integer, intent(out)  index2,
integer, intent(in), optional  modtime,
character(len=*), intent(out), optional  err_msg 
)
private

Definition at line 685 of file time_interp.F90.

◆ time_interp_modulo()

subroutine time_interp_mod::time_interp::time_interp_modulo ( type(time_type), intent(in)  Time,
type(time_type), intent(in)  Time_beg,
type(time_type), intent(in)  Time_end,
type(time_type), dimension(:), intent(in)  Timelist,
real, intent(out)  weight,
integer, intent(out)  index1,
integer, intent(out)  index2,
logical, intent(in), optional  correct_leap_year_inconsistency,
character(len=*), intent(out), optional  err_msg 
)
private

Definition at line 481 of file time_interp.F90.

◆ time_interp_month()

subroutine time_interp_mod::time_interp::time_interp_month ( type(time_type), intent(in)  Time,
real, intent(out)  weight,
integer, intent(out)  year1,
integer, intent(out)  year2,
integer, intent(out)  month1,
integer, intent(out)  month2 
)
private

Definition at line 354 of file time_interp.F90.

◆ time_interp_year()

subroutine time_interp_mod::time_interp::time_interp_year ( type(time_type), intent(in)  Time,
real, intent(out)  weight,
integer, intent(out)  year1,
integer, intent(out)  year2 
)
private

Definition at line 310 of file time_interp.F90.


The documentation for this interface was generated from the following file: