cdf export PATH=$DIR/mpich/bin:$PATH export LDFLAGS=-L$DIR/netcdf/lib export CPPFLAGS=-I$DIR/netcdf/include export JASPERLIB=$DIR/netcdf/lib export JASPERINC=$DIR/netcdf/include export WRF_DIR=/home/pc/Build_WRF/WRFV3 export WRFIO_NCD_NO_LARGE_FILE_SUPPORT=1 export WRF_EM_CORE=1...
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...
(这个参数是可选的,表示生成地形数据geo_em.d01.nc等的存放位置,默认放在WPS目录下。为了防止WPS目录下文件太多,我在外面新建了一个output目录来存储WPS中输出的内容) debug_level = 0, (常规设置为0即可) / 二、geogrid部分 其主要对应了geogrid.exe程序,功能包括定义模拟区域、确定空间分辨率、地图投影类型、选...
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执行...
// 启用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,安装...
版本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' ...
运行geogrid.exe成功后,会在/home/wrftes/WPS目录下生成geo_em.d0N.nc地形文件,预期返回结果如下: 步骤二:运行ungrib.exe ungrib.exe用于从GRIB格式的气象数据中提取所需要的气象要素场。 下载并解压Katrina气象数据。 说明 本示例中气象数据为Katrina.tar.gz,请下载Katrina.tar.gz。您也可以根据需要下载其他气象...
19、gedit $HOME/.bashrc在文件后添加语句:export WRF_EM_CORE=1 (指定编译WRFV3)ulimit -s unlimited (使WRF使用计算机资源不受限制)$ source $HOME/.bashrc8. 安装WRFV38.1 编译$ cd $HOME/WRFv3.4.1/WRFV3$ ./configure-Please select from among the following supported platforms.1. Linux x86_64,...
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/home/parichat/...
wrf_core=ARW, max_dom=1, io_form_geogrid=2, opt_output_from_geogrid_path= debugjevel=0 geogrid parent_id=1, parent_grid_ratio=1, i_parent_start=1, j_parent_start-1, s_we=1, e_we=74, s_sn=1, e_sn=61, geog_data_res=10m,2m, dx=60000, dy=60000, map_proj=lambert, ref...