Changes between Version 26 and Version 27 of WRF4G2.0/WRFAPP
- Timestamp:
- Jun 2, 2016 10:20:56 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/WRFAPP
v26 v27 23 23 * Using `PATH` and `LD_LIBRARY_PATH` shell variables: 24 24 {{{ 25 app = netcdf_bin | command | exportPATH=/home/user/netcdf-4.1.3/bin/:$PATH26 netcdf_lib | command | exportLD_LIBRARY_PATH=/home/user/netcdf-4.1.3/lib/:$LD_LIBRARY_PATH27 wrf_bin | command | exportPATH=/home/user/WRF4.5.1/:$PATH25 app = netcdf_bin | command | PATH=/home/user/netcdf-4.1.3/bin/:$PATH 26 netcdf_lib | command | LD_LIBRARY_PATH=/home/user/netcdf-4.1.3/lib/:$LD_LIBRARY_PATH 27 wrf_bin | command | PATH=/home/user/WRF4.5.1/:$PATH 28 28 29 29 }}}