| 
 
	积分315贡献 精华在线时间 小时注册时间2021-1-4最后登录1970-1-1 
 | 
 
| 
当我用ESMF在我的电脑上处理SCRIP文件创建一个MESH网格文件时,输出:
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  
 但没有生成mesh文件。复制代码Have to compile with ESMF_NETCDF environment variable defined
 在编译ESMF的时候,各种选项都试过了,但是结果不变,大家知道怎么回事嘛。
 ESMF_NETCDFPossible value: not set (default), "nc-config", "split", "standard", <userstring>.
 not set (default)NetCDF-dependent features will be disabled. The ESMF_NETCDF_INCLUDE, ESMF_NETCDF_LIBPATH, and ESMF_NETCDF_LIBS environment variables will be ignored.
 "nc-config"The NetCDF nc-config and if available, nf-config, tools will be used to determine the proper settings of ESMF_NETCDF_INCLUDE, ESMF_NETCDF_LIBPATH, and ESMF_NETCDF_LIBS. The shell PATH environment variable must include the NetCDF bin directories where nc-config and nf-config reside. This option supports having the main NetCDF library and the Fortran API library reside in separate directories.
 "split"ESMF_NETCDF_LIBS will be set to "-lnetcdff -lnetcdf". This option is useful for systems which have the Fortran and C bindings archived in separate library files. The ESMF_NETCDF_INCLUDE and ESMF_NETCDF_LIBPATH environment variables will also be used, if defined.
 "standard"ESMF_NETCDF_LIBS will be set to "-lnetcdf". This option is useful when the Fortran and C bindings are archived together in the same library file. The ESMF_NETCDF_INCLUDE and ESMF_NETCDF_LIBPATH environment variables will also be used, if defined.
 <userstring>If set, ESMF_NETCDF_INCLUDE, ESMF_NETCDF_LIBPATH, and ESMF_NETCDF_LIBS environment variables will be used, if defined.
 
 | 
 |