Tips and Tricks

Revision as of 23:27, 11 December 2019 by C.carouge (talk | contribs)
Template:Stub This is a stub page and needs expansion

Unstable WRF simulation

If you notice that the WRF model has become unstable, you should consider making the following changes in the namelist.input file:

(a) reduce the time-step; and/or

(b) set w_damping to 1; and/or

(c) set epssm (0.1 by default) to a higher value (e.g. 0.3)

The changes above indeed improved the stabilities in our case.

Runtime segmentation error

WRF will always crash with a segmentation error when compiled without debugging information.

But you should make sure, you always run WRF with an unlimited stacksize. This should be set in your run script.

For TCSH

limit stacksize unlimited

For BASH

ulimit -s unlimited (for BASH)

If you have some tricks that can help WRF users in our community and hope that they could be included on this page, please email cws_help@nci.org.au.