Skip to content

Commit 1e84721

Browse files
committed
Merge branch 'yunpengshan2014/E3SM/AddIncldVarOutput' into next (PR #6545)
Add outfld lines for in-cloud properties output Add output lines for in-cloud qc, nc, qi, and ni in P3 to ensure that their values are correctly output. Without these lines, their values will be zero. The changes have no impact on simulation results - except for the outputs that are fixed: ICIMRST, ICWMRST, ICINC, ICWNC. [BFB] No tests are affected. These in-cloud variables are not in default eam.h0.
2 parents 29e9bcb + 1d9dae3 commit 1e84721

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)