SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | init_ideal_flux (DGO, D, DC, OREAD_BUDGETC, HPROGRAM, HINIT, KI, KSV, KSW, HSV, PDIR_ALB, PSCA_ALB, PEMIS, PTSRAD, PTSURF, HTEST) |
subroutine init_ideal_flux | ( | type(diag_options_t), intent(inout) | DGO, |
type(diag_t), intent(inout) | D, | ||
type(diag_t), intent(inout) | DC, | ||
logical, intent(in) | OREAD_BUDGETC, | ||
character(len=6), intent(in) | HPROGRAM, | ||
character(len=3), intent(in) | HINIT, | ||
integer, intent(in) | KI, | ||
integer, intent(in) | KSV, | ||
integer, intent(in) | KSW, | ||
character(len=6), dimension(ksv), intent(in) | HSV, | ||
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 10 of file init_ideal_flux.F90.