|
ocssw
V2022
|
dataintp.f File Reference
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dataintp (LL, LAT, LON, F1, DT1, F2, DT2, IPT, NBAND, RNG, DEF, INTORDER, DUMMY, FOUT, func, int_bad, IR, JC) |
| subroutine | timeint (F1, F2, DT1, DT2, IPT, NBAND, MIMX, DEF, FOUT, func, IR, JC) |
| subroutine | spaceint (LL, LAT, LON, F, IPT, NBAND, MIMX, DEF, FOUT, int_bad |
Function/Subroutine Documentation
◆ dataintp()
| subroutine dataintp | ( | real*4, dimension(1) | LL, |
| real*4, dimension(1) | LAT, | ||
| real*4, dimension(1) | LON, | ||
| real*4, dimension(ipt,1) | F1, | ||
| real*8 | DT1, | ||
| real*4, dimension(ipt,1) | F2, | ||
| real*8 | DT2, | ||
| integer*4 | IPT, | ||
| integer*4 | NBAND, | ||
| real*4, dimension(*) | RNG, | ||
| real*4, dimension(1) | DEF, | ||
| integer*4 | INTORDER, | ||
| real*4, dimension(ipt,1) | DUMMY, | ||
| real*4, dimension(1) | FOUT, | ||
| real*4, dimension(1) | func, | ||
| integer*4 | int_bad, | ||
| integer*4 | IR, | ||
| integer*4 | JC | ||
| ) |
Definition at line 3 of file dataintp.f.
◆ spaceint()
| subroutine spaceint | ( | real*4, dimension(*) | LL, |
| real*4, dimension(*) | LAT, | ||
| real*4, dimension(*) | LON, | ||
| real*4, dimension(ipt,1) | F, | ||
| integer*4 | IPT, | ||
| integer*4 | NBAND, | ||
| real*4, dimension(*) | MIMX, | ||
| real*4, dimension(1) | DEF, | ||
| real*4, dimension(1) | FOUT, | ||
| integer*4 | int_bad | ||
| ) |
Definition at line 168 of file dataintp.f.
◆ timeint()
| subroutine timeint | ( | real*4, dimension(ipt,1) | F1, |
| real*4, dimension(ipt,1) | F2, | ||
| real*8 | DT1, | ||
| real*8 | DT2, | ||
| integer*4 | IPT, | ||
| integer*4 | NBAND, | ||
| real*4, dimension(*) | MIMX, | ||
| real*4, dimension(1) | DEF, | ||
| real*4, dimension(1) | FOUT, | ||
| real*4, dimension(1) | func, | ||
| integer*4 | IR, | ||
| integer*4 | JC | ||
| ) |
Definition at line 123 of file dataintp.f.


