diag_phys_tend Subroutine

public subroutine diag_phys_tend(nlon, nlev, uu, vv, temp, qv, ql, qs, qbs, zdu, zdv, zdt, zdq, zdql, zdqs, zdqbs, paprs, text)

Uses

  • proc~~diag_phys_tend~2~~UsesGraph proc~diag_phys_tend~2 diag_phys_tend module~yomcst_mod_h yomcst_mod_h proc~diag_phys_tend~2->module~yomcst_mod_h module~phys_output_var_mod~2 phys_output_var_mod proc~diag_phys_tend~2->module~phys_output_var_mod~2 module~phys_state_var_mod phys_state_var_mod proc~diag_phys_tend~2->module~phys_state_var_mod module~geometry_mod geometry_mod proc~diag_phys_tend~2->module~geometry_mod module~clesphys_mod_h~2 clesphys_mod_h proc~diag_phys_tend~2->module~clesphys_mod_h~2 module~cmp_seri_mod cmp_seri_mod proc~diag_phys_tend~2->module~cmp_seri_mod module~print_control_mod print_control_mod proc~diag_phys_tend~2->module~print_control_mod module~strings_mod strings_mod module~phys_output_var_mod~2->module~strings_mod module~dimphy~3 dimphy module~phys_output_var_mod~2->module~dimphy~3 module~phys_state_var_mod->module~dimphy~3 netcdf netcdf module~phys_state_var_mod->netcdf module~dimsoil_mod_h dimsoil_mod_h module~phys_state_var_mod->module~dimsoil_mod_h iso_fortran_env iso_fortran_env module~strings_mod->iso_fortran_env

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nlon
integer, intent(in) :: nlev
real, intent(in), DIMENSION(nlon,nlev) :: uu
real, intent(in), DIMENSION(nlon,nlev) :: vv
real, intent(in), DIMENSION(nlon,nlev) :: temp
real, intent(in), DIMENSION(nlon,nlev) :: qv
real, intent(in), DIMENSION(nlon,nlev) :: ql
real, intent(in), DIMENSION(nlon,nlev) :: qs
real, intent(in), DIMENSION(nlon,nlev) :: qbs
real, intent(in), DIMENSION(nlon,nlev) :: zdu
real, intent(in), DIMENSION(nlon,nlev) :: zdv
real, intent(in), DIMENSION(nlon,nlev) :: zdt
real, intent(in), DIMENSION(nlon,nlev) :: zdq
real, intent(in), DIMENSION(nlon,nlev) :: zdql
real, intent(in), DIMENSION(nlon,nlev) :: zdqs
real, intent(in), DIMENSION(nlon,nlev) :: zdqbs
real, intent(in), DIMENSION(nlon,nlev+1) :: paprs
character(len=*), intent(in) :: text

Calls

proc~~diag_phys_tend~2~~CallsGraph proc~diag_phys_tend~2 diag_phys_tend proc~integr_v~2 integr_v proc~diag_phys_tend~2->proc~integr_v~2

Contents