NVFORTRAN-S-0087-Non-constant expression where constant expression required (module_netcdf_nf_data.F90: 167)用中文解释
该错误表明在 module_netcdf_nf_data.F90 文件的第 167 行,需要使用常量表达式的地方却出现了非常量表达式。这可能是因为代码中使用了变量、函数、或运算符等不符合常量表达式要求的元素。需要检查代码并确保在需要使用常量表达式的地方使用了正确的语法。
原文地址: https://www.cveoy.top/t/topic/xkm 著作权归作者所有。请勿转载和采集!