hist1d Function

public function hist1d(Npoints, var, Nbins, bins)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
real(kind=wp), intent(in), dimension(Npoints) :: var
integer, intent(in) :: Nbins
real(kind=wp), intent(in), dimension(Nbins+1) :: bins

Return Value real(kind=wp), dimension(Nbins)


Called by

proc~~hist1d~~CalledByGraph proc~hist1d hist1d proc~lidar_column lidar_column proc~lidar_column->proc~hist1d proc~lidar_column~2 lidar_column proc~lidar_column~2->proc~hist1d proc~quickbeam_column quickbeam_column proc~quickbeam_column->proc~hist1d proc~quickbeam_column~2 quickbeam_column proc~quickbeam_column~2->proc~hist1d proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~lidar_column proc~cosp_simulator->proc~quickbeam_column proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~lidar_column proc~cosp_simulator~2->proc~quickbeam_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