is removed by Config.pl if [ -n "$WRF_HYDRO" ] ; then if [ $WRF_HYDRO = 1 ] ; then echo building WRF-HYDRO compileflags="${compileflags}!-DWRF_HYDRO" echo $compileflags fi fi # compile options that come from the environment, such as chemistry # the "!" is ...
is removed by Config.pl if [ -n "$WRF_MARS" ] ; then if [ $WRF_MARS = 1 ] ; then echo building WRF for Mars compileflags="${compileflags}!-DPLANET!-DMARS" echo $compileflags fi fi if [ -n "$WRF_TITAN" ] ; then if [ $WRF_TITAN = 1 ] ; then echo ...