Skip to content

Commit 1d9dae3

Browse files
author
Yunpeng Shan
committed
Add outfld lines for in-cloud properties output.
1 parent 1e2c8e1 commit 1d9dae3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/eam/src/physics/p3/eam/micro_p3_interface.F90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,12 @@ subroutine micro_p3_tend(state, ptend, dtime, pbuf)
16301630
call outfld('FREQI', freqi, pcols, lchnk)
16311631
call outfld('FREQR', freqr, psetcols, lchnk)
16321632
call outfld('CDNUMC', cdnumc, pcols, lchnk)
1633+
!<shanyp 05182024
1634+
call outfld('ICIMRST', icimrst, pcols, lchnk)
1635+
call outfld('ICWMRST', icwmrst, pcols, lchnk)
1636+
call outfld('ICINC' , icinc, pcols, lchnk)
1637+
call outfld('ICWNC' , icwnc, pcols, lchnk)
1638+
!shanyp 05182024>
16331639

16341640
call outfld('CLOUDFRAC_LIQ_MICRO', cld_frac_l, pcols, lchnk)
16351641
call outfld('CLOUDFRAC_ICE_MICRO', cld_frac_i, pcols, lchnk)

0 commit comments

Comments
 (0)