Skip to content

Console Output

+ diff --exclude=.git --exclude=version_clubb_core.txt --exclude=version_silhs.txt -r clubb clubb_release
diff '--exclude=.git' '--exclude=version_clubb_core.txt' '--exclude=version_silhs.txt' -r clubb/src/Morrison_microphys/microphysics.F90 clubb_release/src/Morrison_microphys/microphysics.F90
44c44
< real, allocatable, target, dimension(:,:,:,:) :: micro_field  ! holds mphys quantities
---
> real, allocatable, dimension(:,:,:,:) :: micro_field  ! holds mphys quantities
66c66
< real, allocatable, target, dimension(:,:,:) :: cloudliq
---
> real, allocatable, dimension(:,:,:) :: cloudliq
897c897
< type(grid), target, intent(in) :: gr
---
> type(grid), intent(in) :: gr