crop_cloud_fraction Subroutine

public subroutine crop_cloud_fraction(this, istartcol, iendcol, cloud_fraction_threshold, cloud_mixing_ratio_threshold)

Uses

  • proc~~crop_cloud_fraction~~UsesGraph proc~crop_cloud_fraction crop_cloud_fraction module~yomhook yomhook proc~crop_cloud_fraction->module~yomhook

Arguments

Type IntentOptional Attributes Name
class(cloud_type), intent(inout) :: this
integer, intent(in) :: istartcol
integer, intent(in) :: iendcol
real(kind=jprb) :: cloud_fraction_threshold
real(kind=jprb) :: cloud_mixing_ratio_threshold

Calls

proc~~crop_cloud_fraction~~CallsGraph proc~crop_cloud_fraction crop_cloud_fraction proc~dr_hook dr_hook proc~crop_cloud_fraction->proc~dr_hook

Contents