爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 10692|回复: 13

PREP-SRC-CHEM的编译问题

[复制链接]

新浪微博达人勋

发表于 2015-11-27 10:48:43 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
楼主自学WRF-CHEM
现在正在装PREP-SRC-CHEM
前面的还没问题,就是出现了图上的这个错误。
这是我的include.mk.pgi
我的环境变量没有设置错啊


QQ截图20151127001751.jpg

include.mk.pgi

3.17 KB, 下载次数: 17, 下载积分: 金钱 -5

密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-4-15 14:18:45 | 显示全部楼层
请问问题解决了吗,我和你一样的问题,求解答
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2016-11-9 18:58:24 | 显示全部楼层
请问解决了吗?我也显示编译失败。。。不知道是什么原因。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2016-11-16 11:49:58 | 显示全部楼层
编译成功了,但是运行结果很蛋疼。你可以看看我的新帖子。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-9-22 06:58:02 | 显示全部楼层
666赚金币赚金币赚金币赚金币
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-12-19 11:07:06 | 显示全部楼层
你好~~我最近在学wrf-chem,但是好难啊。进行到修改include.mk.intel.wrf这一步,不太会改,能请教一下你吗。而且不太确定hdf5装好了没
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-4-10 19:19:43 | 显示全部楼层
redhat7.0 ,  gcc4.8 编译PREP-CHEM-SRC-1.5

1.修改文件include.mk.gfortran.wrf,为以下内容

#Makefile include include.mk.opt
############################## Change Log ##################################
# 1.0.0.2
#
# 000908 MJB include.mk-mrc ##
#            Added MAKE environment varaible.
#            Added free format option to F_OPTS for some platforms. ##
# 000907 MJB include.mk-mrc ##
#            Changed the defualts to no NCAR Graphics and no parallel.
#            Also commented out the machine specifics to force the user to
#            select the appropriate machine for them. ##
# 000823 MJB include.mk-mrc ##
#            New - defines all make environment varaibles and is included
#            in all make files. ##
#
############################################################################
# Define make (gnu make works best).
MAKE=/usr/bin/make
# Activate appropriate parts below, comment out others.
# NCAR Graphics.
#---------------------------------------------------------------
# If you are using a standard installation of NCAR Graphics, set:
#       LOADER=ncargf90
# in the machine-dependent sections below
#LIBNCARG=
#---------------------------------------------------------------NCL的库貌似不需要,全部注释掉。
# If you are using the NCAR dummy libraries...
#NCARG_DIR=$(BASE)
#LIBNCARG=-L$(NCARG_DIR) -lncarg-$(UTILS_VERSION) -lncarg_c-$(UTILS_VERSION) \
#                        -lncarg_gks-$(UTILS_VERSION)
#LIBNCARG=-L$(NCARG_DIR) -lncarg-$(UTILS_VERSION)
#LIBNCARG=$(BASE)/libncarg-$(UTILS_VERSION)-$(OPT).a
#---------------------------------------------------------------
# If you are using a real distribution of NCAR Graphics...
# NCARG_DIR=/home/zhanghua/WRF/NCL/lib
# LIBNCARG=-L$(NCARG_DIR) -lncarg -lncarg_gks -lncarg_c -L/usr/X11R6/lib -lX11 -ldl
#---------------------------------------------------------------
# NETCDF libraries
NETCDF=/home/zhanghua/WRF/LIBs/netcdf
NETCDF_INC=-I$(NETCDF)/include
NETCDF_LIBS=-L$(NETCDF)/lib -lnetcdf
#-lnetcdff
# HDF libraries,可以下载编译好centos的HDF5库
HDF5=/home/zhanghua/WRF/LIBs/hdf5-1.8.20
HDF5_INC=-I$(HDF5)/include
HDF5_LIB=-L$(HDF5)/lib -lhdf5hl_fortran -lhdf5_fortran -lhdf5_hl -lhdf5 -ldl -L/home/zhanghua/WRF/LIBs/grib2/lib -lz -ldl
  
# Machine-dependent options.
#-----------------  LINUX Portland Group pgf77/gcc ---------------
CMACH=PC_LINUX1
F_COMP=gfortran
C_COMP=gcc
LOADER=gfortran
C_LOADER=gcc
LIBS=
MOD_EXT=mod
F_OPTS=  -Xpreprocessor -D$(CHEM) -O2 -fconvert=big-endian -frecord-marker=4
C_OPTS= -O2  
LOADER_OPTS= -O2
#-----------------------------------------------------------------

# If compiling for a single-CPU platform only (without MPI):
#-----------------------------------------------------------------
PAR_LIBS=
PAR_DEFS=
#-----------------------------------------------------------------

# For IBM,HP,SGI,ALPHA use these:
#ARCHIVE=ar rs
ARCHIVE=ar -crs
# For NEC SX-6
#ARCHIVE=sxar rs
# For SUN,CONVEX
#ARCHIVE=ar r'

密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-4-10 19:23:01 | 显示全部楼层
2.修改PREP-CHEM-SRC-1.5/src下,edgar_emissions.f90文件,840行。添加空格,对齐所有字符串。

character(len=20), dimension(NSETOR) :: setor=(/&
'AGRICULTURE',&
'ENERGY     ',&
'INDUSTRY   ',&
'RESIDENTIAL',&
'TRANSPORT  '/)


密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-4-28 20:47:54 | 显示全部楼层
hegc100 发表于 2018-4-10 19:23
2.修改PREP-CHEM-SRC-1.5/src下,edgar_emissions.f90文件,840行。添加空格,对齐所有字符串。

charac ...

哇,PREP-CHEM-SRC-1.5的编译折磨了我好几天,终于在层主你这里得到解决了啊哈哈哈哈哈
简直感动到哭啊
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-4-28 20:51:12 | 显示全部楼层
hegc100 发表于 2018-4-10 19:23
2.修改PREP-CHEM-SRC-1.5/src下,edgar_emissions.f90文件,840行。添加空格,对齐所有字符串。

charac ...

运行到最后是
Finished building === ../prep_chem_sources_RADM_WRF_FIM_.exe
这样是编译成功了吗
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表