Go to the source code of this file.
Data Types | |
| module | modi_write_surf |
| interface | modi_write_surf::write_surf |
Functions/Subroutines | |
| subroutine | write_surfx0 (DGU, U, HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT) |
| subroutine | write_surfx1 (DGU, U, HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM) |
| subroutine | write_surfx2 (DGU, U, HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM) |
| subroutine | write_surfn0 (DGU, U, HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT) |
| subroutine | write_surfn1 (DGU, U, HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT, HDIR, HNAM_DIM) |
| subroutine | write_surfc0 (DGU, U, HPROGRAM, HREC, HFIELD, KRESP, HCOMMENT) |
| subroutine | write_surfl0 (DGU, U, HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT) |
| subroutine | write_surfl1 (DGU, U, HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT, HDIR) |
| subroutine | write_surft0 (DGU, U, HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT) |
| subroutine | write_surft1 (DGU, U, HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT) |
| subroutine | write_surft2 (DGU, U, HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT) |
| subroutine write_surfc0 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| character(len=*), intent(in) | HFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surfl0 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| logical, intent(in) | OFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surfl1 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| logical, dimension(:), intent(in) | OFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT, | ||
| character(len=1), intent(in), optional | HDIR | ||
| ) |
| subroutine write_surfn0 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| integer, intent(in) | KFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surfn1 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| integer, dimension(:), intent(in) | KFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT, | ||
| character(len=1), intent(in), optional | HDIR, | ||
| character(len=16), intent(in), optional | HNAM_DIM | ||
| ) |
| subroutine write_surft0 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| type (date_time), intent(in) | TFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surft1 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| type (date_time), dimension(:), intent(in) | TFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surft2 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| type (date_time), dimension(:,:), intent(in) | TFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surfx0 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| real, intent(in) | PFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT | ||
| ) |
| subroutine write_surfx1 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| real, dimension(:), intent(in) | PFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT, | ||
| character(len=1), intent(in), optional | HDIR, | ||
| character(len=16), intent(in), optional | HNAM_DIM | ||
| ) |
| subroutine write_surfx2 | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=*), intent(in) | HREC, | ||
| real, dimension(:,:), intent(in) | PFIELD, | ||
| integer, intent(out) | KRESP, | ||
| character(len=100), intent(in) | HCOMMENT, | ||
| character(len=1), intent(in), optional | HDIR, | ||
| character(len=16), intent(in), optional | HNAM_DIM | ||
| ) |
1.8.5