Running WRF-SFIRE with real data in the WRFx system

From openwfm
Revision as of 17:27, 16 March 2020 by Afarguell (talk | contribs)
Jump to navigation Jump to search

Make sure you have:

  • General requirements:

- C-shell - Traditional UNIX utilities: zip, tar, make, etc.

  • WRF-SFIRE requirements:

- Fortran and C compilers (Intel recomended) - MPI libraries (same compiler) - NetCDF libraries (same compiler)

  • WPS requirements:

- zlib compression library (zlib) - PNG reference library (libpng) - JasPer compression library - ncarg package (only tools)

Set environtment:

setenv NETCDF /where-netcdf-is
setenv JASPERLIB /where-jasper-lib-is
setenv JASPERINC /where-jasper-include-is
setenv WRFIO_NCD_LARGE_FILE_SUPPORT 1 

Other sources:

WRF-SFIRE installation:

git clone https://github.com/openwfm/wrf-fire
cd wrf-fire/wrfv2_fire
./configure

Options 7 (intel dmpar) and 1 (simple nesting) if available

./compile em_real >& compile_em_real.log & 
grep Error compile_em_real.log

If fails: ./clean -a, ./configure, add -nostdinc in CPP flag, and repeat compilation

./compile em_fire >& compile_em_fire.log & 
grep Error compile_em_fire.log
cd ../WPS
./configure

Option?

./compile >& compile_wps.log
grep Error compile_wps.log