- 积分
- 881
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-7-11
- 最后登录
- 1970-1-1
|
发表于 2019-8-13 22:56:44
|
显示全部楼层
您好~ 又来打扰您了~
我现在卡在./init_ensemble_var.csh这一步 报错是这样的
stuff var U,V,PH,T,MU,QVAPOR,QCLOUD,QRAIN,QICE,QSNOW,QGRAUP,QNICE,QNRAIN,U10,V10,T2,Q2,PSFC
ncks: ERROR file ../filter_restart_d01.0001 neither exists locally nor matches remote filename patterns
我找到filter_restart_d01这个文件是在rundir/new_advance_model.csh中生成的
语句是这样
set dn = 1
while ( $dn <= $num_domains )
set dchar = `echo $dn + 100 | bc | cut -b2-3`
set icnum = `echo $ensemble_member + 10000 | bc | cut -b2-5`
set this_file = filter_restart_d${dchar}.${icnum}
ncks -A -v ${stuff_str} ../${this_file} wrfinput_d${dchar} #MUTLIPLE DOMAINS - input file is incomplete file name?
@ dn ++ #
在网上查了 ncks -A -v input output 这个命令的意思是复制变量信息到新的文件中去,所以这样看来就没法生成filter_restart_d01。。。
问题有点琐碎,如果打扰您了还请包涵~~实在是感谢哈! |
|