|
CAM
|
Functions/Subroutines | |
| subroutine, public | canopy_derivs (currentSite, currentPatch, bc_in) |
| subroutine, public | non_canopy_derivs (currentSite, currentPatch, bc_in) |
| subroutine, public | trim_canopy (currentSite) |
| subroutine, public | phenology (currentSite, bc_in) |
| subroutine, private | phenology_leafonoff (currentSite) |
| subroutine, private | seeds_in (currentSite, cp_pnt) |
| subroutine, private | seed_decay (currentSite, currentPatch) |
| subroutine, private | seed_germination (currentSite, currentPatch) |
| subroutine, private | growth_derivatives (currentSite, currentCohort, bc_in) |
| subroutine, public | recruitment (currentSite, currentPatch, bc_in) |
| subroutine, private | cwd_input (currentSite, currentPatch) |
| subroutine, private | fragmentation_scaler (currentPatch, bc_in) |
| subroutine, private | cwd_out (currentSite, currentPatch, bc_in) |
| subroutine, public | flux_into_litter_pools (nsites, sites, bc_in, bc_out) |
Variables | |
| logical, parameter | debug = .false. |
| character(len= *), parameter, private | sourcefile = __FILE__ |
| subroutine, public edphysiologymod::canopy_derivs | ( | type(ed_site_type), intent(inout), target | currentSite, |
| type(ed_patch_type), intent(inout), target | currentPatch, | ||
| type(bc_in_type), intent(in) | bc_in | ||
| ) |

|
private |

|
private |


| subroutine, public edphysiologymod::flux_into_litter_pools | ( | integer, intent(in) | nsites, |
| type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
| type(bc_in_type), dimension(:), intent(in) | bc_in, | ||
| type(bc_out_type), dimension(:), intent(inout) | bc_out | ||
| ) |


|
private |

|
private |


| subroutine, public edphysiologymod::non_canopy_derivs | ( | type(ed_site_type), intent(inout), target | currentSite, |
| type(ed_patch_type), intent(inout) | currentPatch, | ||
| type(bc_in_type), intent(in) | bc_in | ||
| ) |

| subroutine, public edphysiologymod::phenology | ( | type(ed_site_type), intent(inout), target | currentSite, |
| type(bc_in_type), intent(in) | bc_in | ||
| ) |

|
private |

| subroutine, public edphysiologymod::recruitment | ( | type(ed_site_type), intent(inout), target | currentSite, |
| type(ed_patch_type), intent(inout), pointer | currentPatch, | ||
| type(bc_in_type), intent(in) | bc_in | ||
| ) |
|
private |

|
private |

|
private |

| subroutine, public edphysiologymod::trim_canopy | ( | type (ed_site_type), intent(inout), target | currentSite | ) |


|
private |
|
private |