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) |
| 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 | |||
| ) |
Definition at line 441 of file read_ndvi.F90.
References calculate_td_param(), sib_const_module::latsib, sib_const_module::nper, sib_const_module::subcount, sib_const_module::subset, and switch_td_param().
Referenced by sibdrive().
| subroutine open_global_td | ( | type(sib_t),dimension(subcount),intent(inout) | sib, | |
| type(time_struct) | time, | |||
| character*100 | filename | |||
| ) |
Definition at line 106 of file read_ndvi.F90.
References sib_io_module::c4_source, sib_io_module::d13_id, sib_io_module::d13cresp_source, handle_err(), sib_io_module::mfpar_id, sib_io_module::mlai_id, sib_io_module::modis_time_id, sib_io_module::ndvi_source, sib_const_module::nper, sib_const_module::nsib, sib_io_module::param_id, and sib_io_module::phys_id.
Referenced by init_parameters(), and sibdrive().
| 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 | |||
| ) |
Definition at line 249 of file read_ndvi.F90.
References sib_io_module::d13_id, handle_err(), sib_io_module::mfpar_id, sib_io_module::mlai_id, sib_io_module::modis_time_id, sib_const_module::nsib, sib_io_module::param_id, sib_io_module::phys_id, sib_const_module::physmax, sib_const_module::subcount, and sib_const_module::subset.
Referenced by init_parameters(), and sibdrive().
| 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().
1.7.1