Skip to content

Commit e9fe1fc

Browse files
Update cosp_config.F90
1 parent ce0509e commit e9fe1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cosp_config.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ MODULE MOD_COSP_CONFIG
133133
integer :: i,j
134134
integer,parameter :: &
135135
nReffLiq = 6, & ! Number of ReffLiq bins for tau/ReffLiq and LWP/ReffLiq joint-histogram
136-
nReffIce = 6 ! Number of ReffIce bins for tau/ReffICE and IWP/ReffIce joint-histogram
136+
nReffIce = 7 ! Number of ReffIce bins for tau/ReffICE and IWP/ReffIce joint-histogram
137137
real(wp),parameter,dimension(nReffLiq+1) :: &
138138
reffLIQ_binBounds = (/4.0e-6, 8e-6, 1.0e-5, 1.25e-5, 1.5e-5, 2.0e-5, 3.0e-5/)
139139
real(wp),parameter,dimension(nReffIce+1) :: &
140-
reffICE_binBounds = (/5.0e-6, 1.0e-5, 2.0e-5, 3.0e-5, 4.0e-5, 5.0e-5, 6.0e-5/)
140+
reffICE_binBounds = (/5.0e-6, 1.0e-5, 2.0e-5, 3.0e-5, 4.0e-5, 5.0e-5, 6.0e-5, 1.0e-2/)
141141
real(wp),parameter,dimension(2,nReffICE) :: &
142142
reffICE_binEdges = reshape(source=(/reffICE_binBounds(1),((reffICE_binBounds(k), &
143143
l=1,2),k=2,nReffICE),reffICE_binBounds(nReffICE+1)/), &

0 commit comments

Comments
 (0)