Hi,
I wanted to know what does nc1d mean in module_mp_morr_two_moment.F. I am unable to relate the variable.
The droplet number is defined on basis of nc1d.
! wrf-chem
IF (flag_qndrop .AND. PRESENT( qndrop )) THEN
qndrop(i,k,j) = nc1d(k)
!jdf CSED3D(I,K,J) = CSED(K)
END IF
It would be of great help for me. Thanks..
I wanted to know what does nc1d mean in module_mp_morr_two_moment.F. I am unable to relate the variable.
The droplet number is defined on basis of nc1d.
! wrf-chem
IF (flag_qndrop .AND. PRESENT( qndrop )) THEN
qndrop(i,k,j) = nc1d(k)
!jdf CSED3D(I,K,J) = CSED(K)
END IF
It would be of great help for me. Thanks..