CAM
|
Data Types | |
type | betr_nitrogenstate_recv_type |
Functions/Subroutines | |
subroutine | init (this, bounds) |
subroutine | initallocate (this, bounds) |
subroutine | reset (this, value_column) |
subroutine | summary (this, bounds, lbj, ubj, dz, zs) |
Variables | |
character(len= *), parameter, private | mod_filename = __FILE__ |
subroutine betr_nitrogenstaterecvtype::init | ( | class(betr_nitrogenstate_recv_type), intent(inout) | this, |
type(betr_bounds_type), intent(in) | bounds | ||
) |
subroutine betr_nitrogenstaterecvtype::initallocate | ( | class(betr_nitrogenstate_recv_type), intent(inout) | this, |
type(betr_bounds_type), intent(in) | bounds | ||
) |
subroutine betr_nitrogenstaterecvtype::reset | ( | class(betr_nitrogenstate_recv_type) | this, |
real(r8), intent(in) | value_column | ||
) |
subroutine betr_nitrogenstaterecvtype::summary | ( | class(betr_nitrogenstate_recv_type), intent(inout) | this, |
type(betr_bounds_type), intent(in) | bounds, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in) | dz, | ||
real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in) | zs | ||
) |
|
private |