我们要运行的是em_tropical_cyclone理想实验,在WRF文件夹中输入: ./compile em_tropical_cyclone >& mylog & 等到编译完成,我们进入em_tropical_cyclone对应的文件夹查看: cd test cd em_tropical_cyclone 发现文件夹中存在ideal.exe和wrf.exe两个可执行程序,说明编译成功。需要说明的是,如果我们想要运行别的理想实...
$ ./compile em_tropical_cyclone >& mylog & 之前说过,编译的理想试验是em_tropical_cyclone。不知道是WRF比较复杂还是我选取的这个试验比较复杂,这个编译的过程还是挺长的,大概需要几十分钟。 三、运行模式 首先进入我们选定的试验目录: $ cd test/em_tropical_cyclone 如果一切正常,此时目录里应当有ideal.exe和...
compile nmm_tropical_cyclone (NMM solver) compile –h help message where em stands for the Advanced Research WRF dynamic solver (which is the 'Eulerian mass-coordinate' solver). Type one of the above to compile. When you switch from one test case to another, you must type one of the abo...
针对特定情况如em_fire、em_holdsuarez、em_scm_xy和em_tropical_cyclone,存在单独的初始化文件(如em_fire情况下的module_initialize_fire.F)。对于其他理想化情况,则使用./WRF/dyn_em/module_initialize_ideal.F。值得注意的是,WRF预测模型对这两种初始化程序没有区别。在真实数据情况下,WRF案例...
对于em_fire, em_heldsuarez, em_scm_xy和em_tropical_cyclone情况,存在一个单独的初始化文件。对于其余理想化的情况,使用文件./WRF/dyn_em/module_initialize_ideal.F。注意,这两种初始化程序的WRF预测模型是相同的。在每个初始化模块中,都会执行相同的活动:...
tropical_cyclone # cd ~/WRFV3/test/em_tropical_cyclone # ls # ll 注意,如果安装成功了,执行ls or ll 命令,在当前文件夹下可以看到:ideal.exe; wrf.exe;input_sounding; namelist.input; README.namelist; README.tropical_cyclone;run_me_first.csh 完成上述动作,恭喜你WRF 理想模拟安装完成了。
( cd main ; $(MAKE) RLFLAGS="$(RLFLAGS)" MODULE_DIRS="$(ALL_MODULES)" SOLVER=em IDEAL_CASE=tropical_cyclone em_ideal ) ( cd test/em_tropical_cyclone ; /bin/rm -f wrf.exe ; ln -s ../../main/wrf.exe . ) ( cd test/em_tropical_cyclone ; /bin/rm -f ideal.exe ; ln...
master 20Branches226Tags Code This branch is881 commits behindwrf-model/WRF:master. Repository files navigation README WRF Model Version 4.0.2 (November 9, 2018)http://www2.mmm.ucar.edu/wrf/users/--- WRF PUBLIC DOMAIN NOTICE --- WRF was developed at the National Center for Atmospheric Res...
A test/em_tropical_cyclone/CMakeLists.txt A tools/CMakeLists.txt A tools/CodeBase/CMakeLists.txt A doc/README.cmake_build M tools/fseek_test.c M README M arch/configure.defaults Modified file include an adjustment to a compile test to allow the test to be conducted in an out-of-so...
compile [-j n] em_squall2d_x compile [-j n] em_squall2d_y compile [-j n] em_tropical_cyclone compile -j n parallel make using n tasks if supported (default 2) compile –h help message 其中em代表“Eulerianmass-coordinate”求解器(即“高级研究WRF”动态求解器)。 键入上述命令之一进行编译...