diff options
author | Michael Kuhn <suraia@ikkoku.de> | 2017-10-06 21:53:05 +0200 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-06 13:53:05 -0600 |
commit | 4065ef2106b04c671e1af6690dfb9ca1686f75e8 (patch) | |
tree | 00515b2ecbfbf27b9e9ac841fa2fb9b07b7f7a74 /share | |
parent | b9d7903cdb1a18b095c0f3e329407640d19908a2 (diff) | |
download | spack-4065ef2106b04c671e1af6690dfb9ca1686f75e8.tar.gz spack-4065ef2106b04c671e1af6690dfb9ca1686f75e8.tar.bz2 spack-4065ef2106b04c671e1af6690dfb9ca1686f75e8.tar.xz spack-4065ef2106b04c671e1af6690dfb9ca1686f75e8.zip |
ncl: Fix temp directory and depend on esmf (#5636)
* ncl: Fix temp directory
Currently, ncl is configured using a transient temp directory. This
leads to warnings such as this when executing ncl later on:
warning:"/tmp/ncl_ncar_xxxxxx" tmp dir does not exist or is not writable:
NCL functionality may be limited -- check TMPDIR environment variable
As this also breaks some functionality, use the system temp directory
instead (typically /tmp).
* ncl: Depend on esmf
esmf is required for some ncl scripts (such as ESMF_regridding.ncl).
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions