CAM
stepon Module Reference

Functions/Subroutines

subroutine, public stepon_init (dyn_in, dyn_out)
 
subroutine, public stepon_run1 (dtime_out, phys_state, phys_tend, pbuf2d, dyn_in, dyn_out)
 
subroutine, public stepon_run2 (phys_state, phys_tend, dyn_in, dyn_out)
 
subroutine, public stepon_run3 (dtime, cam_out, phys_state, dyn_in, dyn_out)
 
subroutine, public stepon_final (dyn_in, dyn_out)
 

Variables

type(derivative_t) deriv
 
type(quadrature_tgv
 
type(quadrature_tgp
 
type(edgebuffer_t) edgebuf
 

Function/Subroutine Documentation

◆ stepon_final()

subroutine, public stepon::stepon_final ( type (dyn_import_t), intent(out)  dyn_in,
type (dyn_export_t), intent(out)  dyn_out 
)
Here is the caller graph for this function:

◆ stepon_init()

subroutine, public stepon::stepon_init ( type (dyn_import_t), intent(inout)  dyn_in,
type (dyn_export_t), intent(inout)  dyn_out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stepon_run1()

subroutine, public stepon::stepon_run1 ( real(r8), intent(out)  dtime_out,
type(physics_state), dimension(begchunk:endchunk), intent(inout)  phys_state,
type(physics_tend), dimension(begchunk:endchunk), intent(inout)  phys_tend,
type (physics_buffer_desc), dimension(:,:), pointer  pbuf2d,
type (dyn_import_t), intent(inout)  dyn_in,
type (dyn_export_t), intent(inout)  dyn_out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stepon_run2()

subroutine, public stepon::stepon_run2 ( type(physics_state), dimension(begchunk:endchunk), intent(inout)  phys_state,
type(physics_tend), dimension(begchunk:endchunk), intent(inout)  phys_tend,
type (dyn_import_t), intent(inout)  dyn_in,
type (dyn_export_t), intent(inout)  dyn_out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stepon_run3()

subroutine, public stepon::stepon_run3 ( real(r8), intent(in)  dtime,
type(cam_out_t), dimension(:), intent(inout)  cam_out,
type(physics_state), dimension(begchunk:endchunk), intent(inout)  phys_state,
type (dyn_import_t), intent(inout)  dyn_in,
type (dyn_export_t), intent(inout)  dyn_out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ deriv

type (derivative_t) stepon::deriv
private

◆ edgebuf

type (edgebuffer_t) stepon::edgebuf
private

◆ gp

type (quadrature_t) stepon::gp
private

◆ gv

type (quadrature_t) stepon::gv
private