CAM
|
Data Types | |
type | cnstate_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 | croprestincyear (this) |
subroutine, private | checkdates () |
Variables | |
integer, dimension(:), pointer, public | fert_type |
integer, dimension(:), pointer, public | fert_continue |
real(r8), dimension(:,:), pointer, public | fert_dose |
integer, dimension(:), pointer, public | fert_start |
integer, dimension(:), pointer, public | fert_end |
|
private |
subroutine cnstatetype::croprestincyear | ( | class(cnstate_type) | this | ) |
subroutine cnstatetype::init | ( | class(cnstate_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
|
private |
subroutine cnstatetype::initcold | ( | class(cnstate_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine cnstatetype::inithistory | ( | class(cnstate_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine cnstatetype::restart | ( | class(cnstate_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
type(file_desc_t), intent(inout) | ncid, | ||
character(len=*), intent(in) | flag | ||
) |
integer, dimension (:), pointer, public cnstatetype::fert_continue |
real(r8), dimension (:,:), pointer, public cnstatetype::fert_dose |
integer, dimension (:), pointer, public cnstatetype::fert_end |
integer, dimension (:), pointer, public cnstatetype::fert_start |
integer, dimension (:), pointer, public cnstatetype::fert_type |