Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7a36b6

Browse files
committedFeb 17, 2025·
Remove allocation of inv_cloud_effective_size since this field is only needed for special settings but fails the cloud check, when activated
1 parent 03dbaa9 commit c7a36b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎radiation/radiation_cloud.F90

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ subroutine allocate_cloud_arrays(this, ncol, nlev, ntype, use_inhom_effective_si
140140
allocate(this%fraction(ncol,nlev))
141141
allocate(this%overlap_param(ncol,nlev-1))
142142
allocate(this%fractional_std(ncol,nlev))
143-
allocate(this%inv_cloud_effective_size(ncol,nlev))
144143

145144
if (present(use_inhom_effective_size)) then
146145
if (use_inhom_effective_size) then

0 commit comments

Comments
 (0)
Please sign in to comment.