WPS icon indicating copy to clipboard operation
WPS copied to clipboard

Need additional logic to detect WRF code downloaded as GitHub archive

Open mgduda opened this issue 7 years ago • 1 comments

If users download the WRF source code as a GitHub "archive" file from https://github.com/wrf-model/WRF/releases , the unpacked source directory will not be named WRF, but will have a name like WRF-4.0.

Somehow, we need to be able to find this WRF directory when configuring the WPS so that the path to the WRF I/O API can be added in the WPS configure.wps file.

Suggestions that have been offered:

  • Have the user type in the path to the WRF source code (or the name of the directory) when running the WPS configure script

mgduda avatar Oct 01 '18 23:10 mgduda

A little progress has been made with PR #102 , but a general solution has yet to be implemented.

mgduda avatar Feb 18 '19 21:02 mgduda