Go to the source code of this file.
Functions/Subroutines | |
| subroutine | respfactor_control (sib, time, rank) |
| subroutine | calc_respfactor (sib) |
| subroutine | write_global_respfactor (sib, time, rank) |
| subroutine | write_single_respfactor (sib, time) |
| subroutine calc_respfactor | ( | type(sib_t),dimension(subcount),intent(inout) | sib | ) |
Definition at line 174 of file resp_control.F90.
References sib_const_module::autofrac, sib_const_module::nsoil, and sib_const_module::subcount.
Referenced by respfactor_control().
| subroutine respfactor_control | ( | type(sib_t),dimension(subcount),intent(inout) | sib, | |
| type(time_struct),intent(in) | time, | |||
| integer(kind=int_kind),intent(in) | rank | |||
| ) |
Definition at line 3 of file resp_control.F90.
References calc_respfactor(), sib_io_module::drvr_type, sib_const_module::nsoil, sib_io_module::roll_respf, sib_const_module::subcount, write_global_respfactor(), and write_single_respfactor().
Referenced by sibdrive().
| subroutine write_global_respfactor | ( | type(sib_t),dimension(subcount),intent(in) | sib, | |
| type(time_struct),intent(in) | time, | |||
| integer(kind=int_kind),intent(in) | rank | |||
| ) |
Definition at line 278 of file resp_control.F90.
References sib_io_module::biome_source, sib_io_module::c4_source, sib_io_module::d13cresp_source, sib_io_module::drvr_type, global_atts(), handle_err(), sib_const_module::ihr, sib_const_module::jhr, sib_const_module::latitude, sib_const_module::longitude, sib_io_module::ndvi_source, sib_const_module::nsib, sib_io_module::soil_source, sib_io_module::soref_source, sib_const_module::sublat, sib_const_module::sublon, and sib_const_module::subset.
Referenced by respfactor_control().
| subroutine write_single_respfactor | ( | type(sib_t),dimension(subcount),intent(inout) | sib, | |
| type(time_struct),intent(in) | time | |||
| ) |
Definition at line 540 of file resp_control.F90.
References sib_const_module::nsoil.
Referenced by respfactor_control().
1.7.1