|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | compute_isba_parameters (DTCO, OREAD_BUDGETC, UG, U, IO, DTI, SB, S, IG, K, NK, NIG, NP, NPE, NAG, NISS, ISS, NCHI, CHI, ID, GB, NGB, NDST, 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, |
| logical, intent(in) | OREAD_BUDGETC, | ||
| type(surf_atm_grid_t), intent(inout) | UG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(isba_options_t), intent(inout) | IO, | ||
| type(data_isba_t), intent(inout) | DTI, | ||
| type(canopy_t), intent(inout) | SB, | ||
| type(isba_s_t), intent(inout) | S, | ||
| type(grid_t), intent(inout) | IG, | ||
| type(isba_k_t), intent(inout) | K, | ||
| type(isba_nk_t), intent(inout) | NK, | ||
| type(grid_np_t), intent(inout) | NIG, | ||
| type(isba_np_t), intent(inout) | NP, | ||
| type(isba_npe_t), intent(inout) | NPE, | ||
| type(agri_np_t), intent(inout) | NAG, | ||
| type(sso_np_t), intent(inout) | NISS, | ||
| type(sso_t), intent(inout) | ISS, | ||
| type(ch_isba_np_t), intent(inout) | NCHI, | ||
| type(ch_isba_t), intent(inout) | CHI, | ||
| type(isba_diag_t), intent(inout) | ID, | ||
| type(gr_biog_t), intent(inout) | GB, | ||
| type(gr_biog_np_t), intent(inout) | NGB, | ||
| type(dst_np_t), intent(inout) | NDST, | ||
| 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 13 of file compute_isba_parameters.F90.


1.8.13