|
type(drifters_core_type) | core |
|
type(drifters_input_type) | input |
|
type(drifters_io_type) | io |
|
type(drifters_comm_type) | comm |
|
real | dt |
|
real | time |
|
real | _allocatable |
|
real, dimension(:,:) | fields |
|
real | _null |
|
real, dimension(:) | xu |
|
real, dimension(:) | yu |
|
real, dimension(:) | zu |
|
real, dimension(:) | xv |
|
real, dimension(:) | yv |
|
real, dimension(:) | zv |
|
real, dimension(:) | xw |
|
real, dimension(:) | yw |
|
real, dimension(:) | zw |
|
real, dimension(:,:) | temp_pos |
|
real, dimension(:,:) | rk4_k1 |
|
real, dimension(:,:) | rk4_k2 |
|
real, dimension(:,:) | rk4_k3 |
|
real, dimension(:,:) | rk4_k4 |
|
character(len=max_str_len) | input_file |
|
character(len=max_str_len) | output_file |
|
integer | rk4_step |
|
logical | rk4_completed |
|
integer | nx |
|
integer | ny |
|
logical | _allocatable |
|
logical, dimension(:) | remove |
|
logical | _null |
|
Definition at line 134 of file drifters.F90.
◆ _allocatable [1/2]
real drifters_mod::drifters_type::_allocatable |
|
private |
◆ _allocatable [2/2]
logical drifters_mod::drifters_type::_allocatable |
|
private |
◆ _null [1/2]
real drifters_mod::drifters_type::_null |
|
private |
◆ _null [2/2]
logical drifters_mod::drifters_type::_null |
|
private |
◆ comm
◆ core
◆ dt
real drifters_mod::drifters_type::dt |
|
private |
◆ fields
real, dimension(:,:) drifters_mod::drifters_type::fields |
|
private |
◆ input
◆ input_file
character(len=max_str_len) drifters_mod::drifters_type::input_file |
|
private |
◆ io
◆ nx
integer drifters_mod::drifters_type::nx |
|
private |
◆ ny
integer drifters_mod::drifters_type::ny |
|
private |
◆ output_file
character(len=max_str_len) drifters_mod::drifters_type::output_file |
|
private |
◆ remove
logical, dimension(:) drifters_mod::drifters_type::remove |
|
private |
◆ rk4_completed
logical drifters_mod::drifters_type::rk4_completed |
|
private |
◆ rk4_k1
real, dimension(:,:) drifters_mod::drifters_type::rk4_k1 |
|
private |
◆ rk4_k2
real, dimension(:,:) drifters_mod::drifters_type::rk4_k2 |
|
private |
◆ rk4_k3
real, dimension(:,:) drifters_mod::drifters_type::rk4_k3 |
|
private |
◆ rk4_k4
real, dimension(:,:) drifters_mod::drifters_type::rk4_k4 |
|
private |
◆ rk4_step
integer drifters_mod::drifters_type::rk4_step |
|
private |
◆ temp_pos
real, dimension(:,:) drifters_mod::drifters_type::temp_pos |
|
private |
◆ time
real drifters_mod::drifters_type::time |
|
private |
◆ xu
real, dimension(:) drifters_mod::drifters_type::xu |
|
private |
◆ xv
real, dimension(:) drifters_mod::drifters_type::xv |
|
private |
◆ xw
real, dimension(:) drifters_mod::drifters_type::xw |
|
private |
◆ yu
real, dimension(:) drifters_mod::drifters_type::yu |
|
private |
◆ yv
real, dimension(:) drifters_mod::drifters_type::yv |
|
private |
◆ yw
real, dimension(:) drifters_mod::drifters_type::yw |
|
private |
◆ zu
real, dimension(:) drifters_mod::drifters_type::zu |
|
private |
◆ zv
real, dimension(:) drifters_mod::drifters_type::zv |
|
private |
◆ zw
real, dimension(:) drifters_mod::drifters_type::zw |
|
private |
The documentation for this type was generated from the following file: