Add --nowrf option to configure script, for configuring without WRF
commita53c964f20a2e4fd26de8bdb371284a1dd78f464
authorMichael Duda <duda@ucar.edu>
Wed, 5 May 2021 17:03:55 +0000 (5 11:03 -0600)
committerMichael Duda <duda@ucar.edu>
Wed, 5 May 2021 17:03:55 +0000 (5 11:03 -0600)
tree4a563923ec52355a89085e0eea7f691432c4bf7f
parentb98f858ec4e356b8eff9e2ddcc797890f16734ce
Add --nowrf option to configure script, for configuring without WRF

Only three of the WPS components -- geogrid, metgrid, and int2nc -- require
the WRF I/O libraries. Even if none of these components was needed, it was
previously still necessary to either compile WRF or to make manual changes to
the configure script.

This commit introduces logic in the configure script to check for a command-
line argument, --nowrf, that, if present, disables checks in the configure
script for a compiled WRF directory. This enables, for example, the compilation
of the ungrib program without needing to compile the WRF model.
configure