CAM
|
Functions/Subroutines | |
integer function, public | template_col_from_landunit (bounds, c_target, landunit_type, cactive) |
subroutine, public | template_col_from_natveg_array (bounds, cactive, c_templates) |
Variables | |
integer, parameter, public | template_none_found = ispval |
character(len= *), parameter, private | sourcefile = __FILE__ |
integer function, public dyncolumntemplatemod::template_col_from_landunit | ( | type(bounds_type), intent(in) | bounds, |
integer, intent(in) | c_target, | ||
integer, intent(in) | landunit_type, | ||
logical, dimension( bounds%begc: ), intent(in) | cactive | ||
) |
subroutine, public dyncolumntemplatemod::template_col_from_natveg_array | ( | type(bounds_type), intent(in) | bounds, |
logical, dimension( bounds%begc: ), intent(in) | cactive, | ||
integer, dimension( bounds%begc: ), intent(out) | c_templates | ||
) |
|
private |
integer, parameter, public dyncolumntemplatemod::template_none_found = ispval |