hist2D Subroutine

public subroutine hist2D(var1, var2, npts, bin1, nbin1, bin2, nbin2, jointHist)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(npts) :: var1
real(kind=wp), intent(in), dimension(npts) :: var2
integer, intent(in) :: npts
real(kind=wp), intent(in), dimension(nbin1+1) :: bin1
integer, intent(in) :: nbin1
real(kind=wp), intent(in), dimension(nbin2+1) :: bin2
integer, intent(in) :: nbin2
real(kind=wp), intent(out), dimension(nbin1,nbin2) :: jointHist

Called by

proc~~hist2d~~CalledByGraph proc~hist2d hist2D proc~icarus_column~2 ICARUS_column proc~icarus_column~2->proc~hist2d proc~icarus_column ICARUS_column proc~icarus_column->proc~hist2d proc~misr_column MISR_COLUMN proc~misr_column->proc~hist2d proc~misr_column~2 MISR_COLUMN proc~misr_column~2->proc~hist2d proc~modis_column~2 modis_column proc~modis_column~2->proc~hist2d proc~modis_column~4 modis_column proc~modis_column~4->proc~hist2d proc~icarus~4 ICARUS proc~icarus~4->proc~icarus_column~2 proc~icarus~3 ICARUS proc~icarus~3->proc~icarus_column proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~icarus_column proc~cosp_simulator->proc~misr_column proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~icarus_column proc~cosp_simulator~2->proc~misr_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