Is there an established approach for getting fast compile times for WRF? For example if I'm doing code development, I might be more concerned with fast-compile times than fast model execution. In general I check out a dedicated node on a supercomputer, and try to compile in parallel with maybe '-j 12'. Often though the compilation seems to bottleneck to significant cpu consumption on a single processor. The model can take 1-2 hours for a full compile. This is a really difficult turn-around time, for development work. I've worked with numerous other gfd models and none take anywhere near as long. I'm guessing this has something to do with the extent to which WRF uses fortran modules.