Hello,
I'm trying to set a boundary fuel model area smaller than my scenario domain. When I use the veg_lset_fuel_index option to set a Rothermel vegetation model, it defines the surface fuel model for my whole domain area, and not for the small area I've specified in the &surf line. Is it possible to do what I'm attempting to?
These are the lines I've typed:
&MESH IJK=280,180,70, XB=-40,240,-40,140,0,70/ My mesh
&MISC LEVEL_SET_MODE=4 /
&VENT DB='XMIN', SURF_ID='OPEN' /
&VENT DB='XMAX', SURF_ID='OPEN' /
&VENT DB='YMIN', SURF_ID='OPEN' /
&VENT DB='YMAX', SURF_ID='OPEN' /
&VENT DB='ZMAX', SURF_ID='OPEN' /
&SURF ID='Custom grass', DEFAULT=T, VEG_LSET_FUEL_INDEX=4 /
&VENT SURF_ID='Custom grass', XB=0,200,0,100,0,0, COLOR = 'GREEN' / This is the area where I want the boundary fuel model to be set
Thank you,
Marina