Skip to content

Commit

Permalink
fixed missing halo, dm and serial now same
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Mandel authored and Jan Mandel committed Jan 7, 2009
1 parent c65ba8f commit 0b5a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrfv2_fire/phys/module_fr_sfire_driver.F
Expand Up @@ -324,7 +324,7 @@ subroutine sfire_driver_em ( grid , config_flags &
)

#ifdef DM_PARALLEL
if(fire_ifun_start.eq.2)then
if(fire_ifun.eq.2)then
! halo exchange on all fuel data width 2
#include "HALO_FIRE_FUEL.inc"
endif
Expand Down

0 comments on commit 0b5a20e

Please sign in to comment.