COSP_OPAQ Subroutine

public subroutine COSP_OPAQ(Npoints, Ncolumns, Nlevels, Ntype, tmp, x, S_att, S_cld, undef, lidarcldtype, cldtype, cldtypetemp, cldtypemeanz, cldtypemeanzse, cldthinemis, vgrid_z, surfelev)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
integer, intent(in) :: Ntype
real(kind=wp), intent(in), dimension(Npoints,Nlevels) :: tmp
real(kind=wp), intent(in), dimension(Npoints,Ncolumns,Nlevels) :: x
real(kind=wp), intent(in) :: S_att
real(kind=wp), intent(in) :: S_cld
real(kind=wp), intent(in) :: undef
real(kind=wp), intent(out), dimension(Npoints,Nlevels,Ntype+1) :: lidarcldtype
real(kind=wp), intent(out), dimension(Npoints,Ntype) :: cldtype
real(kind=wp), intent(out), dimension(Npoints,Ntype) :: cldtypetemp
real(kind=wp), intent(out), dimension(Npoints,2) :: cldtypemeanz
real(kind=wp), intent(out), dimension(Npoints,3) :: cldtypemeanzse
real(kind=wp), intent(out), dimension(Npoints) :: cldthinemis
real(kind=wp), intent(in), dimension(Nlevels) :: vgrid_z
real(kind=wp), intent(in), dimension(Npoints) :: surfelev

Called by

proc~~cosp_opaq~~CalledByGraph proc~cosp_opaq COSP_OPAQ proc~lidar_column lidar_column proc~lidar_column->proc~cosp_opaq proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~lidar_column proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~lidar_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