BUGSrad
 All Classes Files Functions Variables
Public Member Functions | Public Attributes | List of all members
bugs_cloud_correlate Module Reference

Public Member Functions

subroutine bugs_ctot (nlen, len_loc, nlm, pl2, tl, acld, l_c, c_tot)
 
subroutine bugs_cloudfit (len, nlm, c_tot, acld, c_maximal, cf_max, cf_random)
 

Public Attributes

real(kind=dbl_kind), parameter min_cf = 1.0e-6
 
real(kind=dbl_kind), parameter min_lc = 1.0
 

Detailed Description

Definition at line 6 of file cloud_correlate.f90.

Member Function/Subroutine Documentation

subroutine bugs_cloud_correlate::bugs_cloudfit ( integer (kind=int_kind), intent(in)  len,
integer (kind=int_kind), intent(in)  nlm,
real (kind=dbl_kind), dimension(len), intent(in)  c_tot,
real (kind=dbl_kind), dimension(len,nlm), intent(in)  acld,
real (kind=dbl_kind), dimension(len), intent(out)  c_maximal,
real (kind=dbl_kind), dimension(len,nlm), intent(out)  cf_max,
real (kind=dbl_kind), dimension(len,nlm), intent(out)  cf_random 
)

Definition at line 120 of file cloud_correlate.f90.

subroutine bugs_cloud_correlate::bugs_ctot ( integer (kind=int_kind), intent(in)  nlen,
integer (kind=int_kind), intent(in)  len_loc,
integer (kind=int_kind), intent(in)  nlm,
real(kind=dbl_kind), dimension(nlen,nlm+1), intent(in)  pl2,
real(kind=dbl_kind), dimension(nlen,nlm), intent(in)  tl,
real(kind=dbl_kind), dimension(nlen,nlm), intent(in)  acld,
real (kind=dbl_kind), dimension(nlen), intent(in)  l_c,
real(kind=dbl_kind), dimension(nlen), intent(out)  c_tot 
)

Definition at line 14 of file cloud_correlate.f90.

Member Data Documentation

real(kind=dbl_kind), parameter bugs_cloud_correlate::min_cf = 1.0e-6

Definition at line 9 of file cloud_correlate.f90.

real(kind=dbl_kind), parameter bugs_cloud_correlate::min_lc = 1.0

Definition at line 10 of file cloud_correlate.f90.


The documentation for this module was generated from the following file: