VIC
VIC copied to clipboard
Cleanup: Static variables are not threadsafe
In #735, we've discovered that static variables in CalcBlowingSnow.c and frozen_soil.c are not thread safe. We've included an OpenMP #pragma directive in those modules as a temporary workaround in #735 but we should eventually refactor those functions to avoid using static variables.