Changes between Version 20 and Version 21 of WRF4G2.0/WRFAPP
- Timestamp:
- Aug 26, 2015 5:04:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/WRFAPP
v20 v21 9 9 This bundle is able to be used for any x86_64 Linux system, and contains binaries, libraries and configuration files for WRF-3.4.1 build against gfortran-4.4.7, openmpi-1.4.3 and netcdf-4.1.3, which are include in the bundle too. 10 10 11 [[NoteBox(note, This configuration is quite usefully because you do not have to install WRF on any computing resources.)]] 12 11 13 But, if you want to use your own WRF installed on your machine or on a cluster, you have to update the `app` variable. There are several ways to configure this variable depending on your WRF configuration system. In order to clarify that, we are going to write some examples: 12 14 13 15 * Using [http://modules.sourceforge.net/ module] command: 14 16 {{{ 15 app = 16 17 app = wps | command | module load wps/4.5.1 18 wrf | command | module load wrf/4.5.1 17 19 }}} 18 20