This pull request adds a new CMake build option to GEOS. By default, it will build with -DHYDROSTATIC=ON meaning "built for hydrostatic dynamics". If you build with -DHYDROSTATIC=OFF then "built for non-hydrostatic dynamics" which implies setting the MOIST_CAPPA and USE_COND preprocessor variables in fvdycore.
This pull request adds a new CMake build option to GEOS. By default, it will build with
-DHYDROSTATIC=ON
meaning "built for hydrostatic dynamics". If you build with-DHYDROSTATIC=OFF
then "built for non-hydrostatic dynamics" which implies setting theMOIST_CAPPA
andUSE_COND
preprocessor variables in fvdycore.