wrf-model / WPS

The official repository for the WRF Preprocessing System (WPS)
201 stars 157 forks source link

Need additional logic to detect WRF code downloaded as GitHub archive #72

Open mgduda opened 5 years ago

mgduda commented 5 years ago

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:

mgduda commented 5 years ago

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