Go to the source code of this file.
Functions/Subroutines | |
| subroutine | make_mask_topd_to_isba (UG, 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 202 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 246 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 153 of file make_mask_topd_to_isba.F90.


| subroutine make_mask_topd_to_isba | ( | type(surf_atm_grid_t), intent(inout) | UG, |
| integer, intent(in) | KI | ||
| ) |
Definition at line 7 of file make_mask_topd_to_isba.F90.


1.8.5