


Thank you for your reply. This is a regional WRF (in China) run using ERA5 forcing. I have been attached namelist.inputThis explains why large differences occur in the file size. Apparently something went wrong in this case.
Is this a global WRF run? What is your forcing data? Please upload your namelist.input for me to take a look.
Hi Ming Chen. I tried to set mp_physics = 8 and successfully run as show the figure below.This explains why large differences occur in the file size. Apparently something went wrong in this case.
Is this a global WRF run? What is your forcing data? Please upload your namelist.input for me to take a look.

ok, thank you. I will try to set cu_physics = 2, 0. Thanks a lot.Your namelist.input looks fine to me except that you should turn off cumulus scheme for D02, i.e.,
cu_physics = 2, 0,
WSM 3-class simple ice scheme is well tested and I don't think it could be the reason that caused model crash in your previous run. I am suspicious that somehow the cumulus scheme in D02 may interact with WSM3.
Personally I think Thompson scheme performs better than WSM3, especially for high resolution case.
Hi,Ming Chen. I have a question. I set cu_physics = 2, 0, But, I checked the RAINC and found the all values of RAINC are zero. How can I check the convective precipitation in my model?Your namelist.input looks fine to me except that you should turn off cumulus scheme for D02, i.e.,
cu_physics = 2, 0,
WSM 3-class simple ice scheme is well tested and I don't think it could be the reason that caused model crash in your previous run. I am suspicious that somehow the cumulus scheme in D02 may interact with WSM3.
I also want to note that, personally I think Thompson scheme performs better than WSM3, especially for high resolution case.
Ok, thanks a lot. The D02 is 3km x 3km. So, I close the cumulus option and the model will explicitly calculate the convective precipitationin the D02 in term of the WRF user guide. I think the convective precipitation exist in the results of model output. I don't konw if my understanding is correct?RAINC is convective precipitation produced by cumulus scheme. If you set cu_physics = 2, 0, RAINC in D02 should be zero, but it should have values in D01.