Note on compiling and running on NCAR's IBMs
If you are not changing the code, pre-compiled WRF executables are available on bluefire under directory ~wrfhelp/WRFV3/main/,
where both real.exe and wrf.exe are compiled with
MPI (dmpar) option (compile option 3+basic nesting). This allows handling
of large domain and nesting cases.
Pre-compiled WPS executables, geogrid.exe, ungrib.exe, and metgrid.exe, are
available under ~wrfhelp/WPS/. geogrid and metgrid
are compiled with MPI option. ungrib.exe is compiled with serial, GRIB 1 and 2
option. Utility programs are available under ~wrfhelp/WPS/util/.
geogrid input data are available on IBMs under
/mmm/users/wrfhelp/WPS_GEOG/. Specify this path in namelist.wps.
Batch job scripts can be found on either blueice
or bluevista under ~wrfhelp/BATCH/.
Source codes on bluefire are found in ~wrfhelp/SOURCE_CODE
Several older versions of the code are also available under ~wrfhelp
Note, if you have trouble compiling earlier versions of WRF code, try sourcing ~wrfhelp/sourceme_modules before the compile.
|