subroutine module_radiation_clouds::cloud_fraction_xurandall |
( |
intent(in) | ix, |
|
|
intent(in) | nlay, |
|
|
real (kind=kind_phys), dimension(:,:), intent(in) | plyr, |
|
|
real (kind=kind_phys), dimension(:,:), intent(in) | clwf, |
|
|
real (kind=kind_phys), dimension(:,:), intent(in) | rhly, |
|
|
real (kind=kind_phys), dimension(:,:), intent(in) | qstl, |
|
|
real (kind=kind_phys), dimension(:,:), intent(inout) | cldtot ) |
|
private |