Go to the source code of this file.
Functions/Subroutines | |
| subroutine | MAKE_MASK_TOPD_TO_ISBA (KI) |
| subroutine | INIT_4POINTS (KDXM, PX1, PX2, PX3, PX4, PY1, PY2, PY3, PY4) |
| subroutine | GET_COORD (PXT, PYT, PX1, PX2, PX3, PX4, PY1, PY2, PY3, PY4, PXA, PYA, PXB, PYB) |
| subroutine | GET_LINE_PARAM (PX1, PY1, PX2, PY2, PFA, PFB) |
| subroutine MAKE_MASK_TOPD_TO_ISBA::GET_COORD | ( | REAL, intent(in) | PXT, |
| REAL, intent(in) | PYT, | ||
| REAL, intent(in) | PX1, | ||
| REAL, intent(in) | PX2, | ||
| REAL, intent(in) | PX3, | ||
| REAL, intent(in) | PX4, | ||
| REAL, intent(in) | PY1, | ||
| REAL, intent(in) | PY2, | ||
| REAL, intent(in) | PY3, | ||
| REAL, intent(in) | PY4, | ||
| REAL, intent(out) | PXA, | ||
| REAL, intent(out) | PYA, | ||
| REAL, intent(out) | PXB, | ||
| REAL, intent(out) | PYB | ||
| ) |
Definition at line 171 of file make_mask_topd_to_isba.F90.

| subroutine MAKE_MASK_TOPD_TO_ISBA::GET_LINE_PARAM | ( | REAL, intent(in) | PX1, |
| REAL, intent(in) | PY1, | ||
| REAL, intent(in) | PX2, | ||
| REAL, intent(in) | PY2, | ||
| REAL, intent(out) | PFA, | ||
| REAL, intent(out) | PFB | ||
| ) |
Definition at line 215 of file make_mask_topd_to_isba.F90.

| subroutine MAKE_MASK_TOPD_TO_ISBA::INIT_4POINTS | ( | INTEGER, intent(in) | KDXM, |
| REAL, intent(out) | PX1, | ||
| REAL, intent(out) | PX2, | ||
| REAL, intent(out) | PX3, | ||
| REAL, intent(out) | PX4, | ||
| REAL, intent(out) | PY1, | ||
| REAL, intent(out) | PY2, | ||
| REAL, intent(out) | PY3, | ||
| REAL, intent(out) | PY4 | ||
| ) |
Definition at line 140 of file make_mask_topd_to_isba.F90.

| subroutine MAKE_MASK_TOPD_TO_ISBA | ( | INTEGER, intent(in) | KI | ) |
Definition at line 3 of file make_mask_topd_to_isba.F90.


1.8.0