CAM
|
Functions/Subroutines | |
subroutine, public | phys_debug_vdiff1 (state, kvm, tautotx, tautoty) |
subroutine, public | phys_debug_shallow1 (state, ptend, nstep, prec_cmf, rliq2, ztodt, kmx) |
subroutine, public | phys_debug_strat1 (state, ptend, nstep, prec_str, rliq, ztodt, kmx) |
subroutine, public | phys_debug_srf1 (lchnk, cam_in) |
subroutine, public | phys_debug_hbdiff1 (lchnk, pblh, zl, zh) |
subroutine, public | phys_debug_flux1 (lchnk, srfflx, lhflx, shflx, taux, tauy, qflx, lhflx_res, shflx_res, taux_res, tauy_res, qflx_res) |
subroutine, public | phys_debug_flux2 (lchnk, srfflx, lhflx, lhflx_res, shflx_res, taux_res, tauy_res, qflx_res) |
subroutine, public phys_debug::phys_debug_flux1 | ( | integer, intent(in) | lchnk, |
type(cam_in_t), intent(in) | srfflx, | ||
real(r8), dimension(:), intent(in) | lhflx, | ||
real(r8), dimension(:), intent(in) | shflx, | ||
real(r8), dimension(:), intent(in) | taux, | ||
real(r8), dimension(:), intent(in) | tauy, | ||
real(r8), dimension(:), intent(in) | qflx, | ||
real(r8), dimension(:), intent(in) | lhflx_res, | ||
real(r8), dimension(:), intent(in) | shflx_res, | ||
real(r8), dimension(:), intent(in) | taux_res, | ||
real(r8), dimension(:), intent(in) | tauy_res, | ||
real(r8), dimension(:), intent(in) | qflx_res | ||
) |
subroutine, public phys_debug::phys_debug_flux2 | ( | integer, intent(in) | lchnk, |
type(cam_in_t), intent(in) | srfflx, | ||
real(r8), dimension(:), intent(in) | lhflx, | ||
real(r8), dimension(:), intent(in) | lhflx_res, | ||
real(r8), dimension(:), intent(in) | shflx_res, | ||
real(r8), dimension(:), intent(in) | taux_res, | ||
real(r8), dimension(:), intent(in) | tauy_res, | ||
real(r8), dimension(:), intent(in) | qflx_res | ||
) |
subroutine, public phys_debug::phys_debug_hbdiff1 | ( | integer, intent(in) | lchnk, |
real(r8), dimension(pcols), intent(in) | pblh, | ||
real(r8), dimension(pcols), intent(in) | zl, | ||
real(r8), dimension(pcols), intent(in) | zh | ||
) |
subroutine, public phys_debug::phys_debug_shallow1 | ( | type(physics_state), intent(in) | state, |
type(physics_ptend), intent(in) | ptend, | ||
integer, intent(in) | nstep, | ||
real(r8), dimension(pcols), intent(in) | prec_cmf, | ||
real(r8), dimension(pcols), intent(in) | rliq2, | ||
real(r8), intent(in) | ztodt, | ||
integer, intent(out) | kmx | ||
) |
subroutine, public phys_debug::phys_debug_srf1 | ( | integer, intent(in) | lchnk, |
type(cam_in_t), intent(in) | cam_in | ||
) |
subroutine, public phys_debug::phys_debug_strat1 | ( | type(physics_state), intent(in) | state, |
type(physics_ptend), intent(in) | ptend, | ||
integer, intent(in) | nstep, | ||
real(r8), dimension(pcols), intent(in) | prec_str, | ||
real(r8), dimension(pcols), intent(in) | rliq, | ||
real(r8), intent(in) | ztodt, | ||
integer, intent(in) | kmx | ||
) |
subroutine, public phys_debug::phys_debug_vdiff1 | ( | type(physics_state), intent(in) | state, |
real(r8), dimension(pcols,pverp), intent(in) | kvm, | ||
real(r8), dimension(pcols), intent(in) | tautotx, | ||
real(r8), dimension(pcols), intent(in) | tautoty | ||
) |