CAM
carma_intr Module Reference

Functions/Subroutines

subroutine, public carma_register
 
logical function, public carma_is_active ()
 
logical function, public carma_implements_cnst (name)
 
subroutine, public carma_init
 
subroutine, public carma_final
 
subroutine, public carma_timestep_init
 
subroutine, public carma_timestep_tend (state, cam_in, cam_out, ptend, dt, pbuf, dlf, rliq, prec_str, snow_str, prec_sed, snow_sed, ustar, obklen)
 
subroutine, public carma_init_cnst (name, q, gcid)
 
subroutine, public carma_emission_tend (state, ptend, cam_in, dt)
 
subroutine, public carma_wetdep_tend (state, ptend, dt, pbuf, dlf, cam_out)
 
subroutine, public carma_accumulate_stats ()
 

Function/Subroutine Documentation

◆ carma_accumulate_stats()

subroutine, public carma_intr::carma_accumulate_stats ( )
Here is the caller graph for this function:

◆ carma_emission_tend()

subroutine, public carma_intr::carma_emission_tend ( type(physics_state), intent(in)  state,
type(physics_ptend), intent(inout)  ptend,
type(cam_in_t), intent(inout)  cam_in,
real(r8), intent(in)  dt 
)
Here is the caller graph for this function:

◆ carma_final()

subroutine, public carma_intr::carma_final ( )
Here is the caller graph for this function:

◆ carma_implements_cnst()

logical function, public carma_intr::carma_implements_cnst ( character(len=*), intent(in)  name)
Here is the caller graph for this function:

◆ carma_init()

subroutine, public carma_intr::carma_init ( )
Here is the caller graph for this function:

◆ carma_init_cnst()

subroutine, public carma_intr::carma_init_cnst ( character(len=*), intent(in)  name,
real(r8), dimension(plon,plev,plat), intent(out)  q,
integer, dimension(:), intent(in)  gcid 
)
Here is the caller graph for this function:

◆ carma_is_active()

logical function, public carma_intr::carma_is_active ( )

◆ carma_register()

subroutine, public carma_intr::carma_register ( )
Here is the caller graph for this function:

◆ carma_timestep_init()

subroutine, public carma_intr::carma_timestep_init ( )
Here is the caller graph for this function:

◆ carma_timestep_tend()

subroutine, public carma_intr::carma_timestep_tend ( type(physics_state), intent(inout)  state,
type(cam_in_t), intent(in)  cam_in,
type(cam_out_t), intent(inout)  cam_out,
type(physics_ptend), intent(out)  ptend,
real(r8), intent(in)  dt,
type(physics_buffer_desc), dimension(:), pointer  pbuf,
real(r8), dimension(pcols,pver), intent(in), optional  dlf,
real(r8), dimension(pcols), intent(inout), optional  rliq,
real(r8), dimension(pcols), intent(out), optional  prec_str,
real(r8), dimension(pcols), intent(out), optional  snow_str,
real(r8), dimension(pcols), intent(out), optional  prec_sed,
real(r8), dimension(pcols), intent(out), optional  snow_sed,
real(r8), dimension(pcols), intent(in), optional  ustar,
real(r8), dimension(pcols), intent(in), optional  obklen 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ carma_wetdep_tend()

subroutine, public carma_intr::carma_wetdep_tend ( type(physics_state), intent(in)  state,
type(physics_ptend), intent(inout)  ptend,
real(r8), intent(in)  dt,
type(physics_buffer_desc), dimension(:), pointer  pbuf,
real(r8), dimension(pcols,pver), intent(in)  dlf,
type(cam_out_t), intent(inout)  cam_out 
)
Here is the caller graph for this function: