Skip to content

Commit

Permalink
added prints of the NDWI-related fuel parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Mandel committed Jul 12, 2015
1 parent d363dea commit a4717eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wrfv2_fire/phys/module_fr_sfire_phys.F
Expand Up @@ -874,6 +874,16 @@ subroutine init_fuel_cats(init_fuel_moisture)
call message(msg)
enddo
endif
if(kfmc_ndwi>0)then
write(msg,8)'fmc_gl_stdev ',(fmc_gl_stdev(ii),ii=i,k)
call message(msg)
write(msg,8)'fmc_gl_ndwi_0 ',(fmc_gl_ndwi_0(ii),ii=i,k)
call message(msg)
write(msg,8)'fmc_gl_ndwi_rate ',(fmc_gl_ndwi_rate(ii),ii=i,k)
call message(msg)
write(msg,8)'fmc_gl_ndwi_stdev',(fmc_gl_ndwi_stdev(ii),ii=i,k)
call message(msg)
endif
enddo
call message(' ')
call message('**********************************************************')
Expand Down

0 comments on commit a4717eb

Please sign in to comment.