Symbol | Description | Uses |
cloud | Temp for cloud | 9 |
File | Line number | Procedure | Code |
./pkg/fizhi/fizhi_moist.F | 2512 | SRCLOUDS |
subroutine SRCLOUDS (th,q,plk,pl,plke,cloud,cldwat,irun,irise, |
./pkg/fizhi/fizhi_moist.F | 2547 | SRCLOUDS |
_RL cloud(irun,irise) |
./pkg/fizhi/fizhi_moist.F | 2586 | SRCLOUDS |
if(cloud(i,L).eq. 0.0 .and. ratio.gt.0.0 ) then |
./pkg/fizhi/fizhi_moist.F | 2587 | SRCLOUDS |
cloud(i,L) = min( ratio,1.0 _d 0) |
./pkg/fizhi/fizhi_moist.F | 2595 | SRCLOUDS |
call CTEI ( th,q,cloud,cldwat,pl,plk,plke,irun,irise ) |