Data Types | |
interface | interface |
Variables | |
real | B0 |
real | U0 |
real, dimension(nx, ny, nz_max, 3) | bztemp |
real, dimension(nx, ny, nz_max) | pressure |
real, dimension(nx, ny, nz_max) | gamma |
real, dimension(nx, ny, nz_max) | rho |
real, dimension(nx, ny, nz_max) | g_3d |
real, dimension(nx, ny, nz_max, 3) | vtemp |
real, dimension(nx, ny, nz_max, ncoeff) | coeff |
real, dimension(nx, ny, nz_max) | temp |
real | fac |
real, dimension(nx, ny, nz_max) | data |
real, dimension(nx, ny, nz_ghostglobal+2) | global |
real, dimension(nx, ny, nz_ghostglobal) | global_out |
character *80 | fn |
character *80 | fnb |
integer | k |
integer | k1 |
integer | i |
integer | j |
integer | n_rec |
real makecoeff::B0 |
Definition at line 7 of file makecoeff.f90.
real,dimension(nx,ny,nz_max,3) makecoeff::bztemp |
Definition at line 7 of file makecoeff.f90.
real,dimension(nx,ny,nz_max,ncoeff) makecoeff::coeff |
Definition at line 11 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::data |
Definition at line 13 of file makecoeff.f90.
real makecoeff::fac |
Definition at line 13 of file makecoeff.f90.
character * makecoeff::fn |
Definition at line 17 of file makecoeff.f90.
character * makecoeff::fnb |
Definition at line 17 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::g_3d |
Definition at line 9 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::gamma |
Definition at line 8 of file makecoeff.f90.
real,dimension(nx,ny,nz_ghostglobal+2) makecoeff::global |
Definition at line 14 of file makecoeff.f90.
real,dimension(nx,ny,nz_ghostglobal) makecoeff::global_out |
Definition at line 15 of file makecoeff.f90.
integer makecoeff::i |
Definition at line 18 of file makecoeff.f90.
integer makecoeff::j |
Definition at line 18 of file makecoeff.f90.
integer makecoeff::k |
Definition at line 18 of file makecoeff.f90.
integer makecoeff::k1 |
Definition at line 18 of file makecoeff.f90.
integer makecoeff::n_rec |
Definition at line 18 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::pressure |
Definition at line 8 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::rho |
Definition at line 8 of file makecoeff.f90.
real,dimension(nx,ny,nz_max) makecoeff::temp |
Definition at line 13 of file makecoeff.f90.
real makecoeff::U0 |
Definition at line 7 of file makecoeff.f90.
real,dimension(nx,ny,nz_max,3) makecoeff::vtemp |
Definition at line 10 of file makecoeff.f90.