Go to the source code of this file.
Functions/Subroutines | |
| subroutine | interpol_field (UG, U, HPROGRAM, KLUOUT, KCODE, PFIELD, HFIELD, PDEF, KNPTS) |
| subroutine interpol_field | ( | type(surf_atm_grid_t), intent(inout) | UG, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| integer, intent(in) | KLUOUT, | ||
| integer, dimension(:), intent(inout) | KCODE, | ||
| real, dimension(:), intent(inout) | PFIELD, | ||
| character(len=*), intent(in) | HFIELD, | ||
| real, intent(in), optional | PDEF, | ||
| integer, intent(in), optional | KNPTS | ||
| ) |
Definition at line 6 of file interpol_field.F90.


1.8.5