Difference between revisions of "Running WRF-SFIRE with real data in the WRFx system"

From openwfm
Jump to navigation Jump to search
Line 1: Line 1:
 
Make sure you have:
 
Make sure you have:
 
* General requirements:
 
* General requirements:
* C-shell
+
** C-shell
* Traditional UNIX utilities: zip, tar, make, etc.
+
** Traditional UNIX utilities: zip, tar, make, etc.
 
* WRF-SFIRE requirements:
 
* WRF-SFIRE requirements:
 
  * Fortran and C compilers (Intel recomended)
 
  * Fortran and C compilers (Intel recomended)

Revision as of 17:29, 16 March 2020

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

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