Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

6x dx grid-scale noise with MYNN.

wallis

Member
I have terrible grid-scale noise formations on PBLH, peak to peak is ~6x dx. dx is 2.7km.

I was using YSU PBL and there was a little bit of noise, I changed to MYNN PBL and sfclay and it is now even noisier. I would like to use MYNN.

MYNN configured like:
bl_mynn_tkeadvect = .false.,
bl_mynn_cloudpdf = 2,
bl_mynn_edmf = 1,
bl_mynn_edmf_mom = 0,
bl_mynn_edmf_tke = 0,
bl_mynn_mixlength = 2,
scalar_pblmix = 1,

What causes this?

Why is it not filtered out with diff_6th_opt?
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 2, 2, 2,
diff_6th_factor = 0.20, 0.20, 0.20,
diff_6th_thresh = 0.1, 0.1, 0.1,
diff_6th_slopeopt = 1, 1, 1,
 

Attachments

  • Screenshot 2023-12-07 at 9.54.17 pm.png
    Screenshot 2023-12-07 at 9.54.17 pm.png
    765.7 KB · Views: 4
If you reduce time_step, turn on w_damping, and specify a higher value of epssm, can you get rid of the CFL issue?
 
Top