ufs-community / ccpp-physics

UFS fork for CCPP
Other
3 stars 32 forks source link

Introduce namelist flag xr_cnvcld to control if suspended grid-mean convective cloud condensate should be included in cloud fraction and optical depth calculation in the GFS suite #184

Closed lisa-bengtsson closed 3 months ago

lisa-bengtsson commented 4 months ago

This PR introduces namelist flag xr_cnvcld to control if suspended grid-mean convective cloud condensate should be included in cloud fraction and optical depth calculation in radiation in the GFS suite.

The default setting is .true. so all regression tests passes (on Hera). We recommend using .false. for C96 resolution.

Background: Shan Sun, at GSL found the coupled SFS simulations (HR3 tag) at C96 have a drift in SST, not seen in C192 or C384. And not seen in P8 tag at C96 resolution.

I proposed that it is likely related to the cloud/convection/radiation interaction introduced in HR1 causing a feedback loop at when grid-mean suspended convective clouds are added to the cloud fraction at coarse resolution. Sensitivity tests showed that is the case. In discussion with Jongil Han, Ruiyu Sun and Fanglin Yang, EMC we propose to add a namelist flag that can be used for tuning at different applications (resolutions)

From Shan Sun, GSL:

image
lisa-bengtsson commented 4 months ago

@dustinswales sure, I can use doRAD_sgs_cnv. Is it used in any other routine that could cause some conflict, e.g. if we tested MYNN in GFS or such? Is it default .true.? Otherwise I will have to set it to .true. in a bunch of RT's using this GFS suite.

dustinswales commented 4 months ago

@lisa-bengtsson It's not used outside of GP, so there shouldn't be any conflict using it within RRTMG.

lisa-bengtsson commented 4 months ago

It looks like doGP_sgs_cnv is default .false. so I would have to update all the RT's where this needs to be .true., and also rename it to doRAD_sgs_cnv everywhere in the code?

dustinswales commented 4 months ago

@lisa-bengtsson Just go ahead with your new nml option. I will follow up with this in a subsequent PR.

zach1221 commented 3 months ago

@grantfirl testing is complete on UFS-WM PR #2202. Please feel free to merge this ccpp-physics sub-PR.