- X points exceeded cfl=2 in domain d01 at time Y
- Meaning: Your time step is too long for the waves that exist within the model; it cannot solve the PDE's. The CFL condition is explained here. Some may recall it from their dynamics courses.
- Effect: If the model becomes sufficiently unstable it will fail.
- Solution: Either lower your time step or let the model damp out the instability. It seems to happen particularly at the upper boundary of the model, which is normally in the stratosphere and thus not a huge concern.
- Flerchinger USEd in NEW version. Iterations= 10
- Meaning: This condition (technically not an error) is thrown by the NOAH Land Surface Model module. Apparently, it involves the amount of supercooled water available if the ground is frozen. Often, this is because there is very low soil temperature in your model run.
- Effect: Because this is an explicit method of solving for the supercooled water available, the model slows down by several orders of magnitude.
- Solution: Unclear, but changing from the NOAH land surface model suppresses the error.
- glibc detected *** free(): invalid pointer: 0xb7f4fc90
- Meaning: Invalid pointer means a reference to memory returned empty. In my case, this was caused by attempting to use the Zhang-McFarlane convection scheme in WRF 3.3.
- Effect: Model halts, often before the first time step.
- Solution: None that I know of, but it appears the CAM ZM module requires very specific namelist.input choices. These include only using the MYJ or Brotherton PBL schemes and including a shallow convection parameterization. As of now, I have not been able to use the module.
- Avost in Vilka
- Meaning: Cryptically, this is Russian for 'Crash in Fork', and is related to the land surface model.
- Effect: Model crashes, and this seems to be related to bad soil temperature values again.
- Solution: Unclear, sometimes my model runs go through, others grind to a halt with no change in namelist.input.
Showing posts with label Atmospheric Science. Show all posts
Showing posts with label Atmospheric Science. Show all posts
Sunday, April 17, 2011
A Compendium of WRF Errors
As an atmospheric science grad student, I often run the WRF model. The errors it throws can be somewhat inscrutable, so here is a compendium of errors that I have frequently run into:
Subscribe to:
Posts (Atom)