Functions/Subroutines

read_ndvi.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine open_single_td (sib, time, filename)
subroutine read_single_td_param (sib, time)
subroutine open_global_td (sib, time, filename)
subroutine read_global_td_param (sib, time)
subroutine calculate_td_param (sib, lat)
subroutine need_to_switch (sib, time)
subroutine switch_td_param (sib)

Function Documentation

subroutine calculate_td_param ( type(sib_t),intent(inout)  sib,
real(kind=real_kind)  lat 
)

Definition at line 364 of file read_ndvi.F90.

References mapper().

Referenced by init_parameters(), and need_to_switch().

subroutine need_to_switch ( type(sib_t),dimension(subcount),intent(inout)  sib,
type(time_struct),intent(in)  time 
)
subroutine open_global_td ( type(sib_t),dimension(subcount),intent(inout)  sib,
type(time_struct time,
character*100  filename 
)
subroutine open_single_td ( type(sib_t),dimension(subcount),intent(inout)  sib,
type(time_struct time,
character*100  filename 
)

Definition at line 4 of file read_ndvi.F90.

References sib_const_module::nper, sib_const_module::npermax, and sib_const_module::nsib.

Referenced by init_parameters(), and sibdrive().

subroutine read_global_td_param ( type(sib_t),dimension(subcount),intent(inout)  sib,
type(time_struct),intent(in)  time 
)
subroutine read_single_td_param ( type(sib_t),dimension(subcount),intent(inout)  sib,
type(time_struct),intent(in)  time 
)

Definition at line 60 of file read_ndvi.F90.

Referenced by init_parameters(), and sibdrive().

subroutine switch_td_param ( type(sib_t),intent(inout)  sib  ) 

Definition at line 549 of file read_ndvi.F90.

References sib_const_module::physmax.

Referenced by init_parameters(), and need_to_switch().