WRF4G can be installed in any Linux Computer. It provides the services needed to prepare, run and monitor experiments and it can manage many computing resources and use them at the same time to run different simulations of a WRF experiment.
Although in the following examples we will use the same computer to manage the experiments and to run them, usually scientists use a computer to prepare and manage the experiments (where WRF4G has to be installed) and different computing resources to run them (PBS or SGE Clusters, HPC infrastructures, stand-alone servers). We call User Interface (UI) to the computer where WRF4G is installed and computing resources (CR) to the nodes where a WRF experiment can run. In the following experiments the Computer where the UI role is installed will act as CR.
WRF4G need the following software preinstalled both in the UI and the CR:
WRF4G has been run only in 64bits platforms. Currently has been tested under the following O.S.:
cd $WRF4G_INSTALL_PATH (i.e cd $HOME) wget http://meteo.macc.unican.es/work/WRF4G.tar.gz tar xzvf WRF4G.tar.gz
export WRF4G_LOCATION=$WRF4G_INSTALL_PATH/WRF4G export PATH=$WRF4G_LOCATION/bin:$GW_LOCATION/bin:$PATH
A video with the main steps can be downloaded from ?here
wrf4g_framework start
$ ~/wrf4g$ wrf4g_resources HID PRIO OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) N(U/F/T) LRMS HOSTNAME 0 1 GNU/Linux2.6.32 unkno 1000 0 1822/3270 2139/8662 0/1/1 FORK mycomputer
cd $WRF4G_LOCATION/experiments/single/testc
valva@sipc18:~/pruebasWRF/WRF4G/experiments/single/testc$ wrf4g_prepare valva@sipc18:~/pruebasWRF/WRF4G/experiments/single/testc$ wrf4g_submit
valva@sipc18:~/pruebasWRF/WRF4G/experiments/single/testc$ wrf4g_status -e testc Realization Status Chunks Comp.Res WN Run.Sta ext % testc Done 3/3 mycomputer sipc18 Finished 0 100.00
If you find any problem, please ?submit us a ticket!!