ICARUS_column Subroutine

public subroutine ICARUS_column(npoints, ncol, boxtau, boxptop, sunlit, boxttop, fq_isccp, meanalbedocld, meanptop, meantaucld, totalcldarea, meantb)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npoints
integer, intent(in) :: ncol
real(kind=WP), intent(in), dimension(npoints,ncol) :: boxtau
real(kind=WP), intent(in), dimension(npoints,ncol) :: boxptop
integer, intent(in), dimension(npoints) :: sunlit
real(kind=WP), intent(in), dimension(npoints,ncol) :: boxttop
real(kind=WP), intent(inout), dimension(npoints,7,7) :: fq_isccp
real(kind=WP), intent(inout), dimension(npoints) :: meanalbedocld
real(kind=WP), intent(inout), dimension(npoints) :: meanptop
real(kind=WP), intent(inout), dimension(npoints) :: meantaucld
real(kind=WP), intent(inout), dimension(npoints) :: totalcldarea
real(kind=WP), intent(inout), dimension(npoints) :: meantb

Calls

proc~~icarus_column~~CallsGraph proc~icarus_column ICARUS_column proc~hist2d hist2D proc~icarus_column->proc~hist2d

Called by

proc~~icarus_column~~CalledByGraph proc~icarus_column ICARUS_column proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~icarus_column proc~icarus~3 ICARUS proc~icarus~3->proc~icarus_column proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~icarus_column 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