SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | thermal_layers_conf (HTYPE, PD, PD_OUT, PHC, PHC_OUT, PTC, PTC |
subroutine | av_thermal_data (KOUT, PDD, PDD_IN, PDD_OUT, PF1, PF2, PF1_OUT, PF2_O |
subroutine | tebgrid (PSOILDEPTH, PD_G, PD_G1) |
subroutine thermal_layers_conf::av_thermal_data | ( | integer, intent(in) | KOUT, |
real, dimension(:), intent(in) | PDD, | ||
real, dimension(:), intent(in) | PDD_IN, | ||
real, dimension(:), intent(in) | PDD_OUT, | ||
real, dimension(:), intent(in) | PF1, | ||
real, dimension(:), intent(in) | PF2, | ||
real, dimension(:), intent(out) | PF1_OUT, | ||
PF2_O | |||
) |
subroutine thermal_layers_conf | ( | character(len=5), intent(in) | HTYPE, |
real, dimension(:,:), intent(in) | PD, | ||
real, dimension(:,:), intent(out) | PD_OUT, | ||
real, dimension(:,:), intent(in), optional | PHC, | ||
real, dimension(:,:), intent(out), optional | PHC_OUT, | ||
real, dimension(:,:), intent(in), optional | PTC, | ||
PTC | |||
) |
Definition at line 7 of file thermal_layers_conf.F90.