|
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) |
|
Definition at line 197 of file time_interp.F90.
◆ 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 |
◆ time_interp_frac()
subroutine time_interp_mod::time_interp::time_interp_frac |
( |
type(time_type), intent(in) |
Time, |
|
|
real, intent(out) |
weight |
|
) |
| |
|
private |
◆ 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 |
◆ 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 |
◆ 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 |
◆ 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 |
The documentation for this interface was generated from the following file: