ICARUS_SUBCOLUMN Subroutine

public subroutine ICARUS_SUBCOLUMN(npoints, ncol, nlev, sunlit, dtau, demIN, skt, emsfc_lw, qv, at, pfull, phalf, frac_out, levmatch, boxtau, boxptop, boxttop, meantbclr)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npoints
integer, intent(in) :: ncol
integer, intent(in) :: nlev
integer, intent(in), dimension(npoints) :: sunlit
real(kind=WP), intent(in), dimension(npoints,ncol,nlev) :: dtau
real(kind=WP), intent(in), dimension(npoints,ncol,nlev) :: demIN
real(kind=WP), intent(in), dimension(npoints) :: skt
real(kind=WP), intent(in) :: emsfc_lw
real(kind=WP), intent(in), dimension(npoints,nlev) :: qv
real(kind=WP), intent(in), dimension(npoints,nlev) :: at
real(kind=WP), intent(in), dimension(npoints,nlev) :: pfull
real(kind=WP), intent(in), dimension(npoints,nlev+1) :: phalf
real(kind=WP), intent(in), dimension(npoints,ncol,nlev) :: frac_out
integer, intent(inout), dimension(npoints,ncol) :: levmatch
real(kind=WP), intent(inout), dimension(npoints,ncol) :: boxtau
real(kind=WP), intent(inout), dimension(npoints,ncol) :: boxptop
real(kind=WP), intent(inout), dimension(npoints,ncol) :: boxttop
real(kind=WP), intent(inout), dimension(npoints) :: meantbclr

Called by

proc~~icarus_subcolumn~~CalledByGraph proc~icarus_subcolumn ICARUS_SUBCOLUMN proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~icarus_subcolumn proc~icarus~3 ICARUS proc~icarus~3->proc~icarus_subcolumn proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~icarus_subcolumn proc~lmdz_cosp_interface lmdz_cosp_interface proc~lmdz_cosp_interface->proc~cosp_simulator proc~lmdz_cosp_interface~2 lmdz_cosp_interface proc~lmdz_cosp_interface~2->proc~cosp_simulator proc~physiq physiq proc~physiq->proc~lmdz_cosp_interface proc~physiq~2 physiq proc~physiq~2->proc~lmdz_cosp_interface 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