- 积分
- 1767
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-7-31
- 最后登录
- 1970-1-1
|
发表于 2019-10-21 15:34:38
|
显示全部楼层
我编译HRLDAS-v3.6的时候遇到如下问题,求教大神解决方法
make[1]: 离开目录“/home/WRF/LIBRARIES/netcdfneed/HRLDAS-v3.6/Noah”
(cd IO_code; make)
make[1]: 进入目录“/home/WRF/LIBRARIES/netcdfneed/HRLDAS-v3.6/IO_code”
rm -f module_hrldas_netcdf_io.f
cpp -C -P -traditional -D_HRLDAS_OFFLINE_ module_hrldas_netcdf_io.F > module_hrldas_netcdf_io.f
gfortran -o module_hrldas_netcdf_io.o -c -g -fconvert=big-endian -fno-range-check -ffree-form -ffree-line-length-none -cpp -I../Utility_routines -I/home/WRF/LIBRARIES/netcdfneed/include module_hrldas_netcdf_io.f
rm -f module_NoahMP_hrldas_driver.f
cpp -C -P -traditional -D_HRLDAS_OFFLINE_ module_NoahMP_hrldas_driver.F > module_NoahMP_hrldas_driver.f
gfortran -o module_NoahMP_hrldas_driver.o -c -g -fconvert=big-endian -fno-range-check -ffree-form -ffree-line-length-none -cpp -I. \
-I../Noah -I../Utility_routines -I/home/WRF/LIBRARIES/netcdfneed/include module_NoahMP_hrldas_driver.f
module_NoahMP_hrldas_driver.f:363.18:
REAL, DIMENSION(MAX_SOIL_LEVELS) :: soil_thick_input ! depth to soil in
1
错误: (1)处的表达式必须具有 INTEGER 类型而不是 REAL
module_NoahMP_hrldas_driver.f:363.18:
REAL, DIMENSION(MAX_SOIL_LEVELS) :: soil_thick_input ! depth to soil in
1
错误: (1)处的表达式必须具有 INTEGER 类型而不是 REAL
module_NoahMP_hrldas_driver.f:363.54:
REAL, DIMENSION(MAX_SOIL_LEVELS) :: soil_thick_input ! depth to soil in
1
错误: (1)处的模块或主程序数组‘soil_thick_input’必须有常量外形
make[1]: *** [module_NoahMP_hrldas_driver.o] 错误 1
make[1]: 离开目录“/home/WRF/LIBRARIES/netcdfneed/HRLDAS-v3.6/IO_code”
make: *** [all] 错误 2
|
|