Go to the source code of this file.
Functions/Subroutines | |
| subroutine | SOIL_HEATDIF (PTSTEP, PDZG, PDZDIF, PSOILCONDZ, PSOILHCAPZ, PCT, PTERM1, PTERM2, PTDEEP_A, PTDEEP_B, PTG, PDEEP_FLUX) |
| subroutine SOIL_HEATDIF | ( | REAL, intent(in) | PTSTEP, |
| REAL, dimension(:,:), intent(in) | PDZG, | ||
| REAL, dimension(:,:), intent(in) | PDZDIF, | ||
| REAL, dimension(:,:), intent(in) | PSOILCONDZ, | ||
| REAL, dimension(:,:), intent(in) | PSOILHCAPZ, | ||
| REAL, dimension(:), intent(in) | PCT, | ||
| REAL, dimension(:), intent(in) | PTERM1, | ||
| REAL, dimension(:), intent(in) | PTERM2, | ||
| REAL, dimension(:), intent(in) | PTDEEP_A, | ||
| REAL, dimension(:), intent(in) | PTDEEP_B, | ||
| REAL, dimension(:,:), intent(inout) | PTG, | ||
| REAL, dimension(:), intent(out) | PDEEP_FLUX | ||
| ) |
Definition at line 2 of file soil_heatdif.F90.


1.8.0