SettRaziel/wrf_visualization

Use generic version path for coastlines

Closed this issue · 0 comments

When creating the folder for the coastlines there is a hardcoded path for the python version in:
NGL_PATH="${HOME}/.conda/envs/wrf_env/lib/python3.7/site-packages/ngl/ncarg/rangs"

This path needs to be adjusted to the installed python version of the system.
NGL_PATH="${HOME}/.conda/envs/wrf_env/lib/${PYTHON_VERSION}/site-packages/ngl/ncarg/rangs"