CAM
|
Data Types | |
type | tracercoeff_type |
Functions/Subroutines | |
subroutine | init (this, bounds, lbj, ubj, betrtracer_vars) |
subroutine | restart (this, bounds, flag, betrtracer_vars) |
subroutine | initallocate (this, bounds, lbj, ubj, betrtracer_vars) |
subroutine | inithistory (this, betrtracer_vars) |
subroutine | initcold (this, bounds) |
subroutine | retrieve_hist (this, bounds, lbj, ubj, state_2d, state_1d, betrtracer_vars) |
Variables | |
character(len= *), parameter, private | mod_filename = __FILE__ |
subroutine tracercoefftype::init | ( | class(tracercoeff_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
type(betrtracer_type), intent(in) | betrtracer_vars | ||
) |
subroutine tracercoefftype::initallocate | ( | class(tracercoeff_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
type(betrtracer_type), intent(in) | betrtracer_vars | ||
) |
subroutine tracercoefftype::initcold | ( | class(tracercoeff_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine tracercoefftype::inithistory | ( | class(tracercoeff_type), intent(inout) | this, |
type(betrtracer_type), intent(in) | betrtracer_vars | ||
) |
subroutine tracercoefftype::restart | ( | class(tracercoeff_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds, | ||
character(len=*), intent(in) | flag, | ||
type(betrtracer_type), intent(in) | betrtracer_vars | ||
) |
subroutine tracercoefftype::retrieve_hist | ( | class(tracercoeff_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
real(r8), dimension(bounds%begc:bounds%endc, lbj:ubj,1:this%num_hist2d), intent(inout) | state_2d, | ||
real(r8), dimension(bounds%begc:bounds%endc, 1:this%num_hist1d), intent(inout) | state_1d, | ||
type(betrtracer_type), intent(in) | betrtracer_vars | ||
) |
|
private |