esmf安装问题小记

问题1:

gmake[8]: execvp: /wps/home/chengqy/usr/local/soft/clm5.0/netcdf-4.6.1: 权限不够

gmake[8]: execvp: /wps/home/chengqy/usr/local/soft/clm5.0/netcdf-4.6.1: 权限不够

gmake[8]: execvp: /wps/home/chengqy/usr/local/soft/clm5.0/netcdf-4.6.1: 权限不够

 

解决办法:

You are specifying more ESMF environment variables than we would normally recommend. But let’s focus on the ESMF_NETCDF environment variables.  I would suggest only specifying the following three:

 

ESMF_NETCDF=split

ESMF_NETCDF_INCLUDE=/wps/home/chengqy/usr/local/soft/clm5.0/netcdf-4.6.1/include

ESMF_NETCDF_LIBPATH=/wps/home/chengqy/usr/local/soft/clm5.0/netcdf-4.6.1/lib

 

If you are still experiencing the error, please make sure you have the prop

你可能感兴趣的:(CESM)