- 积分
- 2214
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-6-26
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2016-3-2 16:25:05
|
显示全部楼层
你好,我设置好了user_build_options,然后make会出现这样的两种错误
module_sf_sfclay.f(27): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [USTM]
ustm,ck,cka,cd,cda,isftcflx,iz0tlnd,scm_force_flux )
---------------------^
module_sf_sfclay.f(27): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CK]
ustm,ck,cka,cd,cda,isftcflx,iz0tlnd,scm_force_flux )
--------------------------^
module_sf_sfclay.f(27): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CKA]
ustm,ck,cka,cd,cda,isftcflx,iz0tlnd,scm_force_flux )
-----------------------------^
module_sf_sfclay.f(27): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CD]
ustm,ck,cka,cd,cda,isftcflx,iz0tlnd,scm_force_flux )
---------------------------------^
module_sf_sfclay.f(27): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CDA]
ustm,ck,cka,cd,cda,isftcflx,iz0tlnd,scm_force_flux )
还有
rm -f module_NoahMP_hrldas_driver.f
cpp -C -P -traditional -D_HRLDAS_OFFLINE_ module_NoahMP_hrldas_driver.F > module_NoahMP_hrldas_driver.f
ifort -o module_NoahMP_hrldas_driver.o -c -convert big_endian -g -O0 -check all,noshape,nopointer,noarg_temp_created -fpe0 -free -I. \
-I../Noah -I../Utility_routines -I/nuist/p/public/app/netcdf/3.6.3/intel/11.1.046/include module_NoahMP_hrldas_driver.f
module_NoahMP_hrldas_driver.f(358): warning #6384: The INTEGER(KIND=4) value is out-of-range.
nsoil = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(361): warning #6384: The INTEGER(KIND=4) value is out-of-range.
start_year = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(362): warning #6384: The INTEGER(KIND=4) value is out-of-range.
start_month = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(363): warning #6384: The INTEGER(KIND=4) value is out-of-range.
start_day = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(364): warning #6384: The INTEGER(KIND=4) value is out-of-range.
start_hour = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(365): warning #6384: The INTEGER(KIND=4) value is out-of-range.
start_min = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(366): warning #6384: The INTEGER(KIND=4) value is out-of-range.
khour = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(367): warning #6384: The INTEGER(KIND=4) value is out-of-range.
kday = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(369): warning #6384: The INTEGER(KIND=4) value is out-of-range.
forcing_timestep = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(370): warning #6384: The INTEGER(KIND=4) value is out-of-range.
noah_timestep = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(371): warning #6384: The INTEGER(KIND=4) value is out-of-range.
output_timestep = undefined_value
----------------------------^
module_NoahMP_hrldas_driver.f(372): warning #6384: The INTEGER(KIND=4) value is out-of-range.
restart_frequency_hours = undefined_value
请问是怎么回事呢?对了我还没有设置输入数据的路径,请问输入数据从哪里可以下载?谢谢! |
|