- 积分
- 808
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-10-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 clannand 于 2018-1-3 21:14 编辑
module_NoahMP_hrldas_driver.f:330.18:
REAL, DIMENSION(MAX_SOIL_LEVELS) :: soil_thick_input ! depth to soil in
1
Error: Expression at (1) must be of INTEGER type, found REAL
module_NoahMP_hrldas_driver.f:332.28:
namelist / NOAHLSM_OFFLINE / &
1
Error: NAMELIST array object 'soil_thick_input' must have constant shape in namelist 'noahlsm_offline' at (1)
module_NoahMP_hrldas_driver.f:330.18:
REAL, DIMENSION(MAX_SOIL_LEVELS) :: soil_thick_input ! depth to soil in
1
。。。。
Error: Arithmetic overflow converting REAL(4) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check
module_NoahMP_hrldas_driver.f:372.28:
restart_frequency_hours = undefined_value
1
Error: Arithmetic overflow converting REAL(4) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check
make[1]: *** [module_NoahMP_hrldas_driver.o] Error 1
make[1]: Leaving directory /HRLDAS-v3.6/IO_code'
make: *** [all] Error 2
use_options设置如下:
各位大神看一下哪里不对,Thanks♪(・ω・)ノ
|
|