|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | alloc_diag_surf_atm_n (DGO, D, DC, ND, NDC, KSIZE_FULL, TPTIME, HPROGRAM, KSW) |
| subroutine | alloc_diag (DA, OCUM, KSIZE1, KSIZE2) |
| subroutine | init_diag (DA, OCUM, PVAL) |
| subroutine alloc_diag_surf_atm_n::alloc_diag | ( | type(diag_t), intent(inout) | DA, |
| logical, intent(in) | OCUM, | ||
| integer, intent(in) | KSIZE1, | ||
| integer, intent(in) | KSIZE2 | ||
| ) |
Definition at line 192 of file alloc_diag_surf_atmn.F90.

| subroutine alloc_diag_surf_atm_n | ( | type(diag_options_t), intent(inout) | DGO, |
| type(diag_t), intent(inout) | D, | ||
| type(diag_t), intent(inout) | DC, | ||
| type(diag_np_t), intent(inout) | ND, | ||
| type(diag_np_t), intent(inout) | NDC, | ||
| integer, intent(in) | KSIZE_FULL, | ||
| type(date_time), intent(in) | TPTIME, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| integer, intent(in) | KSW | ||
| ) |
Definition at line 8 of file alloc_diag_surf_atmn.F90.


| subroutine alloc_diag_surf_atm_n::init_diag | ( | type(diag_t), intent(inout) | DA, |
| logical, intent(in) | OCUM, | ||
| real, intent(in) | PVAL | ||
| ) |
Definition at line 257 of file alloc_diag_surf_atmn.F90.

1.8.13