Skip to content

Commit

Permalink
Update test/freezing/test_freezing_extract.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Curtis <[email protected]>
  • Loading branch information
tangwhiap and jcurtis2 authored Dec 3, 2024
1 parent 9c87302 commit 5aae4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/freezing/test_freezing_extract.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program extract_freezing
integer :: xtype, ndims, nAtts
character(len=1000) :: tmp_str
real(kind=dp), allocatable :: aero_num_conc(:)
integer(kind=dp), allocatable :: aero_frozen(:)
integer, allocatable :: aero_frozen(:)
real(kind=dp) :: time
real(kind=dp) :: frozen_fraction, frozen_fraction_total
real(kind=dp) :: frozen_fraction_mean
Expand Down

0 comments on commit 5aae4ae

Please sign in to comment.