You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting LDFLAGS and LD_LIBRARY flags from .bashrc is a very bad idea.
So is setting path to outdated and trimmed versions of nco and netcdf from WRF packages.
If you do so, please put a big red note into your README.md, that everything but WRF will probably stop working for the user after running the script.
Few of our users destroyed their environment with the scripts. Yes, i know that , it is not a good idea to run random scripts without reading them. Some learn it hard way, some do not learn and do it repeatedly....
Thank you!
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. I’m sorry to hear that you encountered issues. I will think solutions for the problem. This is actually the first time in 6 years that someone has reported this problem.
My main goal with this script was to help beginners, which is why some parts are written with them in mind. Although the code installs and uses the system netcdf, it does not install nco.
Thank you and sorry for accusing the scripts to install netcdf and nco. Indeed, in our case it was some other version of the installer. Yet, setting user-specific environment (if you really need it) should be done from .bash_profile rather than .bashrc , and application-specific settings are better done from wrapper scripts for the application.
setting LDFLAGS and LD_LIBRARY flags from .bashrc is a very bad idea.
So is setting path to outdated and trimmed versions of nco and netcdf from WRF packages.
If you do so, please put a big red note into your README.md, that everything but WRF will probably stop working for the user after running the script.
Few of our users destroyed their environment with the scripts. Yes, i know that , it is not a good idea to run random scripts without reading them. Some learn it hard way, some do not learn and do it repeatedly....
Thank you!
The text was updated successfully, but these errors were encountered: