Changes between Version 3 and Version 4 of WRF4GProlog
- Timestamp:
- Sep 13, 2012 10:50:43 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GProlog
v3 v4 1 1 = prolog.conf file = 2 3 prolog.conf file 4 5 {{{ 6 #!sh 7 [user@mycomputer~]$ wrf4g_resources | awk {'print $11'} 8 HOSTNAME 9 mycomputer 10 }}} 11 12 Examples: 13 14 15 {{{ 16 #!sh 17 export PATH=~/WPS:$PATH 18 export PATH=~/WRFV3/run:$PATH 19 export PATH=~/netCDF/bin:$PATH 20 }}} 21 22 {{{ 23 #!sh 24 if [ $GW_HOSTNAME = mycomputer ]; then 25 use WRFV3.3.1 26 use netCDF4.1.3 27 fi 28 29 if [ $GW_HOSTNAME = mycomputer2 ]; then 30 use WRFV3.3.3 31 use netCDF4.3.3 32 fi 33 34 }}} 35