soil_hetero Subroutine

subroutine soil_hetero(ptimestep, indice, knon, snow, ptsrf, qsol, lon, lat, ptsoil, pcapcal, pfluxgrd, ztherm_i, conv_ratio)

Uses

  • proc~~soil_hetero~2~~UsesGraph proc~soil_hetero~2 soil_hetero module~yomcst_mod_h yomcst_mod_h proc~soil_hetero~2->module~yomcst_mod_h module~compbl_mod_h compbl_mod_h proc~soil_hetero~2->module~compbl_mod_h module~dimpft_mod_h dimpft_mod_h proc~soil_hetero~2->module~dimpft_mod_h module~comsoil_mod_h comsoil_mod_h proc~soil_hetero~2->module~comsoil_mod_h module~surf_param_mod surf_param_mod proc~soil_hetero~2->module~surf_param_mod module~mod_phys_lmdz_para mod_phys_lmdz_para proc~soil_hetero~2->module~mod_phys_lmdz_para module~dimphy~3 dimphy proc~soil_hetero~2->module~dimphy~3 module~indice_sol_mod indice_sol_mod proc~soil_hetero~2->module~indice_sol_mod module~dimsoil_mod_h dimsoil_mod_h proc~soil_hetero~2->module~dimsoil_mod_h module~phys_state_var_mod phys_state_var_mod proc~soil_hetero~2->module~phys_state_var_mod module~print_control_mod print_control_mod proc~soil_hetero~2->module~print_control_mod module~mod_phys_lmdz_transfert_para mod_phys_lmdz_transfert_para module~mod_phys_lmdz_para->module~mod_phys_lmdz_transfert_para module~mod_phys_lmdz_omp_data mod_phys_lmdz_omp_data module~mod_phys_lmdz_para->module~mod_phys_lmdz_omp_data module~mod_phys_lmdz_mpi_data mod_phys_lmdz_mpi_data module~mod_phys_lmdz_para->module~mod_phys_lmdz_mpi_data module~phys_state_var_mod->module~dimphy~3 module~phys_state_var_mod->module~dimsoil_mod_h netcdf netcdf module~phys_state_var_mod->netcdf module~mod_phys_lmdz_omp_transfert mod_phys_lmdz_omp_transfert module~mod_phys_lmdz_transfert_para->module~mod_phys_lmdz_omp_transfert module~mod_phys_lmdz_mpi_transfert mod_phys_lmdz_mpi_transfert module~mod_phys_lmdz_transfert_para->module~mod_phys_lmdz_mpi_transfert module~lmdz_cppkeys_wrapper lmdz_cppkeys_wrapper module~mod_phys_lmdz_mpi_data->module~lmdz_cppkeys_wrapper module~lmdz_mpi lmdz_mpi module~mod_phys_lmdz_mpi_data->module~lmdz_mpi module~lmdz_cppkeys_wrapper->netcdf iso_fortran_env iso_fortran_env module~lmdz_cppkeys_wrapper->iso_fortran_env

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: ptimestep
integer, intent(in) :: indice
integer, intent(in) :: knon
real, intent(in), DIMENSION(klon) :: snow
real, intent(in), DIMENSION(klon) :: ptsrf
real, intent(in), DIMENSION(klon) :: qsol
real, intent(in), DIMENSION(klon) :: lon
real, intent(in), DIMENSION(klon) :: lat
real, intent(inout), DIMENSION(klon,nsoilmx) :: ptsoil
real, intent(out), DIMENSION(klon) :: pcapcal
real, intent(out), DIMENSION(klon) :: pfluxgrd
real, intent(in), DIMENSION(klon) :: ztherm_i
real, intent(in), DIMENSION(klon) :: conv_ratio

Contents