Go to the source code of this file.
|
subroutine | inigrads (if, im, x, fx, xmin, xmax, jm, y, ymin, ymax, fy, lm, z, fz, dt, file, titlel) |
|
subroutine inigrads |
( |
integer |
if, |
|
|
integer |
im, |
|
|
real, dimension(im) |
x, |
|
|
real |
fx, |
|
|
real |
xmin, |
|
|
real |
xmax, |
|
|
integer |
jm, |
|
|
real, dimension(jm) |
y, |
|
|
real |
ymin, |
|
|
real |
ymax, |
|
|
real |
fy, |
|
|
integer |
lm, |
|
|
real, dimension(lm) |
z, |
|
|
real |
fz, |
|
|
real |
dt, |
|
|
character(len=*), intent(in) |
file, |
|
|
character(len=*), intent(in) |
titlel |
|
) |
| |