pbl_surface_newfrac Subroutine

public subroutine pbl_surface_newfrac(itime, pctsrf_new, pctsrf_old, evap, z0m, z0h, agesno, tsurf, alb_dir, alb_dif, ustar, u10m, v10m, tke)

Uses

  • proc~~pbl_surface_newfrac~~UsesGraph proc~pbl_surface_newfrac pbl_surface_newfrac module~compbl_mod_h compbl_mod_h proc~pbl_surface_newfrac->module~compbl_mod_h module~phys_state_var_mod phys_state_var_mod proc~pbl_surface_newfrac->module~phys_state_var_mod module~indice_sol_mod indice_sol_mod proc~pbl_surface_newfrac->module~indice_sol_mod module~config_ocean_skin_m~2 config_ocean_skin_m proc~pbl_surface_newfrac->module~config_ocean_skin_m~2 module~clesphys_mod_h~2 clesphys_mod_h proc~pbl_surface_newfrac->module~clesphys_mod_h~2 module~dimsoil_mod_h dimsoil_mod_h module~phys_state_var_mod->module~dimsoil_mod_h module~dimphy~3 dimphy module~phys_state_var_mod->module~dimphy~3 netcdf netcdf module~phys_state_var_mod->netcdf

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
real, intent(in), DIMENSION(klon,nbsrf) :: pctsrf_new
real, intent(in), DIMENSION(klon,nbsrf) :: pctsrf_old
real, intent(inout), DIMENSION(klon,nbsrf) :: evap
real, intent(inout), DIMENSION(klon,nbsrf+1) :: z0m
real, intent(inout), DIMENSION(klon,nbsrf+1) :: z0h
real, intent(inout), DIMENSION(klon,nbsrf) :: agesno
real, intent(inout), DIMENSION(klon,nbsrf) :: tsurf
real, intent(inout), DIMENSION(klon,nsw,nbsrf) :: alb_dir
real, intent(inout), DIMENSION(klon,nsw,nbsrf) :: alb_dif
real, intent(inout), DIMENSION(klon,nbsrf) :: ustar
real, intent(inout), DIMENSION(klon,nbsrf) :: u10m
real, intent(inout), DIMENSION(klon,nbsrf) :: v10m
real, intent(inout), DIMENSION(klon,klev+1,nbsrf+1) :: tke

Called by

proc~~pbl_surface_newfrac~~CalledByGraph proc~pbl_surface_newfrac pbl_surface_newfrac proc~change_srf_frac change_srf_frac proc~change_srf_frac->proc~pbl_surface_newfrac proc~change_srf_frac~2 change_srf_frac proc~change_srf_frac~2->proc~pbl_surface_newfrac proc~physiq physiq proc~physiq->proc~change_srf_frac proc~physiq~2 physiq proc~physiq~2->proc~change_srf_frac proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents