Version 4 (modified by carlos, 10 years ago) (diff) |
---|
prolog.conf file
prolog.conf file
[user@mycomputer~]$ wrf4g_resources | awk {'print $11'} HOSTNAME mycomputer
Examples:
export PATH=~/WPS:$PATH export PATH=~/WRFV3/run:$PATH export PATH=~/netCDF/bin:$PATH
if [ $GW_HOSTNAME = mycomputer ]; then use WRFV3.3.1 use netCDF4.1.3 fi if [ $GW_HOSTNAME = mycomputer2 ]; then use WRFV3.3.3 use netCDF4.3.3 fi