wrf-model / WRF

The official repository for the Weather Research and Forecasting (WRF) model
Other
1.19k stars 663 forks source link

WRF v4.1 vs 3.9.1.1 is slow due to additional dbz computations #939

Open davegill opened 5 years ago

davegill commented 5 years ago

WRF 4.1. vs 3.9.1.1 is slow due to computing the dbz at each time step (with several MP schemes). The solve_em.F file has:

IF (config_flags%nwp_diagnostics == 1) diag_flag = .true.

... and that kicks off the dbz computation.

This was added Jan 11 2019 with: commit: 86f767535 PR: make refl_10cm available if nwp_diagnostics is on (#749)

davegill commented 5 years ago

@weiwangncar

dudhia commented 5 years ago

Can you quantify "slow"? If nwp_diagnostics is on and do_radar_ref is off, does it avoid this problem or cause others? Jimy

On Wed, Jun 19, 2019 at 5:28 PM Dave Gill notifications@github.com wrote:

@weiwangncar https://github.com/weiwangncar

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wrf-model/WRF/issues/939?email_source=notifications&email_token=AEIZ77HIPTUWSY5VGOL5SQLP3K6LPA5CNFSM4HZODI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYDR56A#issuecomment-503783160, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIZ77D3NEAQ3JXMGGX45ELP3K6LPANCNFSM4HZODI6Q .