Merge branch 'configure_no_wrf' into develop (PR #175)
commit56a3e8b055e6086fb15c2a04990c1831a9555fce
authorMichael Duda <duda@ucar.edu>
Fri, 7 May 2021 03:46:08 +0000 (6 21:46 -0600)
committerMichael Duda <duda@ucar.edu>
Fri, 7 May 2021 03:46:08 +0000 (6 21:46 -0600)
tree4a2070282a3b4398dde66963f200c184f0e75aa8
parent8918de5020a5c99fea2d418041be5adf5c2b11c8
parenta53c964f20a2e4fd26de8bdb371284a1dd78f464
Merge branch 'configure_no_wrf' into develop (PR #175)

This merge adds a new option, --nowrf, to the configure script so that the WPS
can be configured without a compiled WRF model.

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 merge 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_no_wrf:
  Add --nowrf option to configure script, for configuring without WRF