CAM
|
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_t) | gv |
type(quadrature_t) | gp |
type(edgebuffer_t) | edgebuf |
subroutine, public stepon::stepon_final | ( | type (dyn_import_t), intent(out) | dyn_in, |
type (dyn_export_t), intent(out) | dyn_out | ||
) |
subroutine, public stepon::stepon_init | ( | type (dyn_import_t), intent(inout) | dyn_in, |
type (dyn_export_t), intent(inout) | dyn_out | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
|
private |
|
private |
|
private |
|
private |