| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=realdp), | intent(in), | allocatable | :: | P(:,:,:) | ||
| complex(kind=realdp), | intent(in), | allocatable | :: | R0(:,:) | ||
| complex(kind=realdp), | intent(in) | :: | w(1-LAP:nx+LAP,1-LAP:ny+LAP) | |||
| integer | :: | s |
made a big mistake here, only found after done numerous tests,
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=realdp), | intent(in), | allocatable | :: | P(:,:,:) | ||
| real(kind=realdp), | intent(in), | allocatable | :: | R0(:,:) | ||
| real(kind=realdp), | intent(in) | :: | w(1-LAP:nx+LAP,1-LAP:ny+LAP) | |||
| integer | :: | s |