15static const double TEST_GRID_SIZE = 100.0;
16static const char TEST_PROJ4[] =
17 "+proj=tmerc +lat_0=0.000000000 +lon_0=-90.000000000"
18 " +k=0.999600 +x_0=500000.000 +y_0=0.000 +a=6378137.000 +b=6356752.314 +units=m";
19static const double TEST_XLLCORNER = 324203.990666;
20static const double TEST_YLLCORNER = 12646355.311160;
30 const string& output_directory,
31 const DurationSize num_hours,
33 const string& fuel_name,
34 const SlopeSize slope,
35 const AspectSize aspect,
A Weather value with calculated FWI indices.
Definition FWI.h:209