|
CAM
|
Data Types | |
| type | phosphorusflux_type |
Functions/Subroutines | |
| subroutine | init (this, bounds) |
| subroutine | initallocate (this, bounds) |
| subroutine | inithistory (this, bounds) |
| subroutine | initcold (this, bounds) |
| subroutine | restart (this, bounds, ncid, flag) |
| subroutine | setvalues (this, num_patch, filter_patch, value_patch, num_column, filter_column, value_column) |
| subroutine | zerodwt (this, bounds) |
| subroutine | summary (this, bounds, num_soilc, filter_soilc, num_soilp, filter_soilp) |
| subroutine | psummary_interface (this, bounds, num_soilc, filter_soilc) |
| subroutine phosphorusfluxtype::init | ( | class(phosphorusflux_type) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
|
private |
| subroutine phosphorusfluxtype::initcold | ( | class(phosphorusflux_type) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
|
private |

| subroutine phosphorusfluxtype::psummary_interface | ( | class (phosphorusflux_type) | this, |
| type(bounds_type), intent(in) | bounds, | ||
| integer, intent(in) | num_soilc, | ||
| integer, dimension(:), intent(in) | filter_soilc | ||
| ) |


| subroutine phosphorusfluxtype::restart | ( | class (phosphorusflux_type) | this, |
| type(bounds_type), intent(in) | bounds, | ||
| type(file_desc_t), intent(inout) | ncid, | ||
| character(len=*), intent(in) | flag | ||
| ) |
| subroutine phosphorusfluxtype::setvalues | ( | class (phosphorusflux_type) | this, |
| integer, intent(in) | num_patch, | ||
| integer, dimension(:), intent(in) | filter_patch, | ||
| real(r8), intent(in) | value_patch, | ||
| integer, intent(in) | num_column, | ||
| integer, dimension(:), intent(in) | filter_column, | ||
| real(r8), intent(in) | value_column | ||
| ) |
|
private |

|
private |