SCALE-RM
Public Attributes | List of all members
scale_atmos_dyn_tinteg_rkcommon::rkinfo Type Reference

Public Attributes

real(rp), dimension(:,:), allocatable rkcoef_a
 
real(rp), dimension(:), allocatable rkcoef_b
 
real(rp), dimension(:,:,:,:), allocatable work0
 
real(rp), dimension(:,:,:,:,:), allocatable work
 
real(rp), dimension(:,:,:,:), allocatable buf
 
integer var_num
 
integer register_num
 
integer stage_num
 
integer, dimension(:), allocatable comm_ind
 
logical flux_flag
 

Detailed Description

Definition at line 33 of file scale_atmos_dyn_tinteg_rkcommon.F90.

Member Data Documentation

◆ rkcoef_a

real(rp), dimension(:,:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::rkcoef_a

Definition at line 34 of file scale_atmos_dyn_tinteg_rkcommon.F90.

34  real(RP), allocatable :: rkcoef_a(:,:)

◆ rkcoef_b

real(rp), dimension(:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::rkcoef_b

Definition at line 35 of file scale_atmos_dyn_tinteg_rkcommon.F90.

35  real(RP), allocatable :: rkcoef_b(:)

◆ work0

real(rp), dimension(:,:,:,:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::work0

Definition at line 36 of file scale_atmos_dyn_tinteg_rkcommon.F90.

36  real(RP), allocatable :: work0(:,:,:,:)

◆ work

real(rp), dimension(:,:,:,:,:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::work

Definition at line 37 of file scale_atmos_dyn_tinteg_rkcommon.F90.

37  real(RP), allocatable :: work(:,:,:,:,:)

◆ buf

real(rp), dimension(:,:,:,:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::buf

Definition at line 38 of file scale_atmos_dyn_tinteg_rkcommon.F90.

38  real(RP), allocatable :: buf(:,:,:,:)

◆ var_num

integer scale_atmos_dyn_tinteg_rkcommon::rkinfo::var_num

Definition at line 39 of file scale_atmos_dyn_tinteg_rkcommon.F90.

39  integer :: var_num

◆ register_num

integer scale_atmos_dyn_tinteg_rkcommon::rkinfo::register_num

Definition at line 40 of file scale_atmos_dyn_tinteg_rkcommon.F90.

40  integer :: register_num

◆ stage_num

integer scale_atmos_dyn_tinteg_rkcommon::rkinfo::stage_num

Definition at line 41 of file scale_atmos_dyn_tinteg_rkcommon.F90.

41  integer :: stage_num

◆ comm_ind

integer, dimension(:), allocatable scale_atmos_dyn_tinteg_rkcommon::rkinfo::comm_ind

Definition at line 43 of file scale_atmos_dyn_tinteg_rkcommon.F90.

43  integer, allocatable :: comm_ind(:)

◆ flux_flag

logical scale_atmos_dyn_tinteg_rkcommon::rkinfo::flux_flag

Definition at line 44 of file scale_atmos_dyn_tinteg_rkcommon.F90.

44  logical :: flux_flag

The documentation for this type was generated from the following file: