
Configuring and Compiling PlanetWRF:
- If you haven’t already, set up the netCDF environment variable for your system. E.g. “setenv NETCDF /usr/bin/netcdf” or “setenv NETCDF /opt/netcdf”. As described on this page of the WRF tutorial, the netCDF libraries must have been compiled with the same compiler you’ll be using for PlanetWRF.
- If you previously compiled and ran basic WRF here, cd into the WRFV3 directory and type “./clean -a” to clean things up before configuring and compiling PlanetWRF.
- cd into the WRFV3 directory. Type “./configure mars” to configure as a Mars run. You will see a numbered list of options. Choose the one appropriate to your system (just as you did when testing the NCAR WRF release). This page of the WRF tutorial describes how to select the correct option. You will then be asked for a nests option. Choose the default given.
- Type “./compile em_global_mars” to compile as the global Mars model. Once the model has compiled successfully you should see “wrf.exe” and “ideal.exe” in the ‘main’ directory.
<< Back to “PlanetWRFv3 Users Guide”