INC=$DIR/netcdf/include export LDFLAGS=-L$DIR/netcdf/lib export LD_LIBRARY_PATH=$DIR/netcdf/lib export CPPFLAGS=-I$DIR/netcdf/include export NETCDF_classic=1 export WRF_DIR=/home/wanfw/software/Build_WRF/WRF-3.9.1 export WRFIO_NCD_NO_LARGE_FILE_SUPPORT=1 export WRF_EM_CORE=1...
Compile for nesting? (1=basic, 2=preset moves, 3=vortex following) [default 1]: 这里是问是否要设置嵌套,选1 ./compile em_real >compile.log 2>&1 编译成功后,在main目录下生成ndown.exe, wrf.exe, real.exe, tc.exe四个exe文件 3.3 WPS的安装 https://github.com/wrf-model/WPS下载最新版本(...
// 启用WRF-Chem export WRF_EM_CORE=1 export EM_CORE=1 export NMM_CORE=0 export WRF_CHEM=1 export EM_CORE=1 这样wrf安装完毕后wrf-chem也同时编译完成了。 conda安装 在Linux系统中安装conda,前往网站:https://docs.anaconda.com/miniconda/ 下载miniconda,安装...
export WRF_EM_CORE=1保存上述可编辑页面。这样就成功创建了setenv-gcc.sh文件,放到Build_WRF文件夹下面调用命令source setenv-gcc.sh解压tar -zxvf WRFV3.9.1.TAR.gz进入解压文件夹cd WRFV3清除之前的安装文件./clean -a查看配置文件 configure.wrf执行...
(1=basic, 2=preset moves, 3=vortex following) default 1: 1请根据提示选择编译器和是否进行网格嵌套,这里选择的是并行版本的intel编译器和嵌套网格,分别对应15和1。该步骤完成后会生成co。9.2 安装$ ./compile em_real安装时间较久,请耐心等待。 26、结束后检查文件里面有没有出错信息,结果会在em_real、...
1. 修改namelist.input中的参数。2. 例如:namelist.input 文件内容如下:&time_control run_days = 0 run_hours = 48 run_minutes = 0 run_seconds = 0 ... 更多参数设置 运行步骤:1. 进入wrf下的em_real文件。2. 将WPS运行生成的em文件链接至em_real文件夹。3. 运行real.exe与wrf.exe...
版本4之后WRF的安装包中就自带了Chem,可以通过设置export WRF_CHEM=1或0来决定安装与否。 在~/. bashrc中设置: ulimit-s unlimited exportMALLOC_CHECK_=0 exportEM_CORE=1 exportNMM_CORE=0 exportWRF_CHEM=1 exportWRF_KPP=1 exportYACC='<byacc_dir>/bin/yacc -d' ...
Compiling: WRF_EM_CORE . setting parallel make -j 2 make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/home/parichat/wrf/WRFV3.5.1/externa l/esmf_time_f90 -I/home/parichat/wrf/WRFV3.5.1/main -I/home/parichat/wrf/WRFV3.5.1/exter nal/io_netcdf -I/h...
time ./compile em_real -j 1 &> build.log real 0m25.682s user 0m19.348s sys 0m5.732s # Last lines of build log ../frame/module_dm.G:1954:2: fatal error: namelist_defines.inc: No such file or directory 1954 | | ^ compilation terminated. ...
if [ $(WRF_EM_CORE) -eq 1 ] ; then $(MAKE) MODULE_DIRS="$(ALL_MODULES)" em_core ; fi if [ $(WRF_HYDRO) -eq 1 ] ; then $(MAKE) MODULE_DIRS="$(ALL_MODULES)" wrf_hydro ; fi ( cd main ; $(MAKE) RLFLAGS="$(RLFLAGS)" MODULE_DIRS="$(ALL_MODULES)" SOLVER=em em...