CAM
|
Functions/Subroutines | |
subroutine, public | tracers_register |
logical function, public | tracers_implements_cnst (name) |
subroutine, public | tracers_init_cnst (name, q, gcid) |
subroutine, public | tracers_init |
subroutine, public | tracers_timestep_init (phys_state) |
subroutine, public | tracers_timestep_tend (state, ptend, cflx, landfrac, deltat) |
Variables | |
logical, public | tracers_flag = .false. |
integer | trac_ncnst |
integer | ixtrct =-999 |
logical | debug = .false. |
logical function, public tracers::tracers_implements_cnst | ( | character(len=*), intent(in) | name | ) |
subroutine, public tracers::tracers_init | ( | ) |
subroutine, public tracers::tracers_init_cnst | ( | character(len=*), intent(in) | name, |
real(r8), dimension(:,:), intent(out) | q, | ||
integer, dimension(:), intent(in) | gcid | ||
) |
subroutine, public tracers::tracers_register | ( | ) |
subroutine, public tracers::tracers_timestep_init | ( | type(physics_state), dimension(begchunk:endchunk), intent(inout), optional | phys_state | ) |
subroutine, public tracers::tracers_timestep_tend | ( | type(physics_state), intent(in) | state, |
type(physics_ptend), intent(out) | ptend, | ||
real(r8), dimension(pcols,pcnst), intent(inout) | cflx, | ||
real(r8), dimension(pcols), intent(in) | landfrac, | ||
real(r8), intent(in) | deltat | ||
) |
|
private |
|
private |
|
private |
logical, public tracers::tracers_flag = .false. |