Go to the source code of this file.
Functions/Subroutines | |
| subroutine | compute_isba_parameters (DTCO, DGU, UG, U, IM, DST, SLT, SV, HPROGRAM, HINIT, OLAND_USE, KI, KSV, KSW, HSV, PCO2, PRHOA, PZENITH, PSW_BANDS, PDIR_ALB, PSCA_ALB, PEMIS, PTSRAD, PTSURF, HTEST) |
| subroutine compute_isba_parameters | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(diag_surf_atm_t), intent(inout) | DGU, | ||
| type(surf_atm_grid_t), intent(inout) | UG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(isba_model_t), intent(inout) | IM, | ||
| type(dst_t), intent(inout) | DST, | ||
| type(slt_t), intent(inout) | SLT, | ||
| type(sv_t), intent(inout) | SV, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=3), intent(in) | HINIT, | ||
| logical, intent(in) | OLAND_USE, | ||
| integer, intent(in) | KI, | ||
| integer, intent(in) | KSV, | ||
| integer, intent(in) | KSW, | ||
| character(len=6), dimension(ksv), intent(in) | HSV, | ||
| real, dimension(ki), intent(in) | PCO2, | ||
| real, dimension(ki), intent(in) | PRHOA, | ||
| real, dimension(ki), intent(in) | PZENITH, | ||
| real, dimension(ksw), intent(in) | PSW_BANDS, | ||
| real, dimension(ki,ksw), intent(out) | PDIR_ALB, | ||
| real, dimension(ki,ksw), intent(out) | PSCA_ALB, | ||
| real, dimension(ki), intent(out) | PEMIS, | ||
| real, dimension(ki), intent(out) | PTSRAD, | ||
| real, dimension(ki), intent(out) | PTSURF, | ||
| character(len=2), intent(in) | HTEST | ||
| ) |
Definition at line 6 of file compute_isba_parameters.F90.


1.8.5