- 积分
- 428
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-28
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问各位大师有关prep_chem_src的问题。我安装了1.3版本之后,在chem_opt=0的情况下生成了wrfinput, wrfbdy,然后把我的PREP_CHEM_SRC生成的WRF-2008-08-02-000000-g1-ab.bin等文件copy到em_real下,修改namelist.input中的chem_opt=300,再运行convert_emis.exe,但rsl.error.0000中有以下错误:
There is errors just like following:
*************rsl.error.0000***********************************************************************
past opening wrfinput_d01
READ GOCART BACKGROUND DATA
PGFIO-F-217/unformatted read/unit=19/attempt to read past end of file.
File name = wrf_gocart_backg unformatted, sequential access record = 1
******************rsl.error.0000***************************************************************
看了网上的解决方法,如下
If so, then: you might have a bad link, a zero-size file, or just missing the GOCART backgroud file. Or you might have incorrectly set the byteswap compile option(s) for prep_chem_sources. First make sure the file link is correct. Then verify thato used the same compile options for prep_chem_sources as you do with WRF.
但是我确定GOCART backgroud 文件存在,没有链接错误,那只有可能是include.mk.pgi中F_OPTS设置的问题了,我的设置时参考tutorial的弄的,自己也不太明白
F_OPTS= $(NETCDF_LIBS) $(HDF_LIBS) -Mpreprocess -D$(CHEM) -O3 -byteswapio我看了下自己的WRFV3/compile.log 中,最常看到的编译时这个FC="pgf90 -r4 -i4 -I. -w -Mfree -byteswapio 不知道这两者有什么区别,也不知道怎么设置自己的F_OPTS
这个问题困扰我很久了 希望能有大神能解决啊!!!拜谢!!!
|
|